Color Hex Logo

#555aba Color Hex

#555ABA
(85,90,186)
0 Favorites   0 Comments

Color spaces of #555aba

RGB 8590186
HSL0.660.420.53
HSV237°54°73°
CMYK 0.540.520.00   0.27
XYZ16.265412.788848.0656
Yxy12.78880.21090.1658
Hunter Lab35.761418.6048-54.6565
CIE-Lab42.443325.6846-51.5199

#555aba color RGB value is (85,90,186).

#555aba hex color red value is 85, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #555aba hue: 0.66 , saturation: 0.42 and the lightness value of 555aba is 0.53.

The process color (four color CMYK) of #555aba color hex is 0.54, 0.52, 0.00, 0.27. Web safe color of #555aba is #6666cc. Color #555aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011010 10111010
Octal 125 132 272
Decimal 85 90 186
Hex 55 5A BA

RGB Percentages of Color #555aba

%23.55
%24.93
%51.52

CMYK Percentages of Color #555aba

%54
%52
%0
%27

Triadic Colors of #555aba

#555aba #ba555a #5aba55

Analogous Colors of #555aba

#555aba #8355ba #558dba

Monochromatic Colors of #555aba

#555aba

Complementary Color

#555aba #bab555

#555aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#555aba Color CSS Codes

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

#555aba Text Font Color

<p style="color:#555aba">Text here</p>

This sample text font color is #555aba
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.


#555aba Background Color

<div style="background-color:#555aba">
Div content here</div>

This div background color is #555aba


#555aba Border Color

<div style="border:3px solid #555aba">
Div here</div>

This div border color is #555aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,90,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555aba;
  -webkit-box-shadow: 1px 1px 3px 2px #555aba;
  box-shadow:         1px 1px 3px 2px #555aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555aba


Comments

No comments written yet.

Please login to write comment.