Color Hex Logo

#55798a Color Hex

#55798A
(85,121,138)
0 Favorites   0 Comments

Color spaces of #55798a

RGB 85121138
HSL0.550.240.44
HSV199°38°54°
CMYK 0.380.120.00   0.46
XYZ15.171117.441026.6116
Yxy17.44100.25620.2945
Hunter Lab41.7624-8.2403-8.5467
CIE-Lab48.8110-8.1327-13.3021

#55798a color RGB value is (85,121,138).

#55798a hex color red value is 85, green value is 121 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #55798a hue: 0.55 , saturation: 0.24 and the lightness value of 55798a is 0.44.

The process color (four color CMYK) of #55798a color hex is 0.38, 0.12, 0.00, 0.46. Web safe color of #55798a is #666699. Color #55798a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 10001010
Octal 125 171 212
Decimal 85 121 138
Hex 55 79 8A

RGB Percentages of Color #55798a

%24.71
%35.17
%40.12

CMYK Percentages of Color #55798a

%38
%12
%0
%46

Triadic Colors of #55798a

#55798a #8a5579 #798a55

Analogous Colors of #55798a

#55798a #555f8a #558a81

Monochromatic Colors of #55798a

#55798a

Complementary Color

#55798a #8a6655

#55798a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55798a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55798a Color CSS Codes

.mybgcolor {background-color:#55798a; } 
.myforecolor {color:#55798a; }
.mybordercolor {border:3px solid #55798a; }

#55798a Text Font Color

<p style="color:#55798a">Text here</p>

This sample text font color is #55798a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#55798a Background Color

<div style="background-color:#55798a">
Div content here</div>

This div background color is #55798a


#55798a Border Color

<div style="border:3px solid #55798a">
Div here</div>

This div border color is #55798a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,121,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55798a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55798a;
  -webkit-box-shadow: 1px 1px 3px 2px #55798a;
  box-shadow:         1px 1px 3px 2px #55798a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,121,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #55798a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #55798a;
  -webkit-box-shadow: 1px 1px 3px 2px #55798a;
  box-shadow:         1px 1px 3px 2px #55798a;">
Div content here</div>

This div box has shadow with color #55798a


Comments

No comments written yet.

Please login to write comment.