Color Hex Logo

#555dab Color Hex

#555DAB
(85,93,171)
0 Favorites   0 Comments

Color spaces of #555dab

RGB 8593171
HSL0.650.340.50
HSV234°50°67°
CMYK 0.500.460.00   0.33
XYZ15.011312.700340.1883
Yxy12.70030.22110.1870
Hunter Lab35.637512.8226-41.9150
CIE-Lab42.308218.9410-42.9328

#555dab color RGB value is (85,93,171).

#555dab hex color red value is 85, green value is 93 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #555dab hue: 0.65 , saturation: 0.34 and the lightness value of 555dab is 0.50.

The process color (four color CMYK) of #555dab color hex is 0.50, 0.46, 0.00, 0.33. Web safe color of #555dab is #666699. Color #555dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011101 10101011
Octal 125 135 253
Decimal 85 93 171
Hex 55 5D AB

RGB Percentages of Color #555dab

%24.36
%26.65
%49.00

CMYK Percentages of Color #555dab

%50
%46
%0
%33

Triadic Colors of #555dab

#555dab #ab555d #5dab55

Analogous Colors of #555dab

#555dab #7855ab #5588ab

Monochromatic Colors of #555dab

#555dab

Complementary Color

#555dab #aba355

#555dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#555dab Color CSS Codes

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

#555dab Text Font Color

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

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


#555dab Background Color

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

This div background color is #555dab


#555dab Border Color

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

This div border color is #555dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555dab


Comments

No comments written yet.

Please login to write comment.