Color Hex Logo

#554267 Color Hex

#554267
(85,66,103)
0 Favorites   0 Comments

Color spaces of #554267

RGB 8566103
HSL0.750.220.33
HSV271°36°40°
CMYK 0.170.360.00   0.60
XYZ8.14276.807013.7167
Yxy6.80700.28410.2375
Hunter Lab26.090210.0515-12.9080
CIE-Lab31.363416.2650-18.5986

#554267 color RGB value is (85,66,103).

#554267 hex color red value is 85, green value is 66 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #554267 hue: 0.75 , saturation: 0.22 and the lightness value of 554267 is 0.33.

The process color (four color CMYK) of #554267 color hex is 0.17, 0.36, 0.00, 0.60. Web safe color of #554267 is #663366. Color #554267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000010 01100111
Octal 125 102 147
Decimal 85 66 103
Hex 55 42 67

RGB Percentages of Color #554267

%33.46
%25.98
%40.55

CMYK Percentages of Color #554267

%17
%36
%0
%60

Triadic Colors of #554267

#554267 #675542 #426755

Analogous Colors of #554267

#554267 #674267 #434267

Monochromatic Colors of #554267

#554267

Complementary Color

#554267 #546742

#554267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554267 Color CSS Codes

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

#554267 Text Font Color

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

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


#554267 Background Color

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

This div background color is #554267


#554267 Border Color

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

This div border color is #554267


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,66,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #554267; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #554267;
  -webkit-box-shadow: 1px 1px 3px 2px #554267;
  box-shadow:         1px 1px 3px 2px #554267; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554267


Comments

No comments written yet.

Please login to write comment.