Color Hex Logo

#554260 Color Hex

#554260
(85,66,96)
0 Favorites   0 Comments

Color spaces of #554260

RGB 856696
HSL0.770.190.32
HSV278°31°38°
CMYK 0.110.310.00   0.62
XYZ7.80586.672311.9428
Yxy6.67230.29540.2525
Hunter Lab25.83088.7370-9.3310
CIE-Lab31.048914.5378-14.6179

#554260 color RGB value is (85,66,96).

#554260 hex color red value is 85, green value is 66 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #554260 hue: 0.77 , saturation: 0.19 and the lightness value of 554260 is 0.32.

The process color (four color CMYK) of #554260 color hex is 0.11, 0.31, 0.00, 0.62. Web safe color of #554260 is #663366. Color #554260 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000010 01100000
Octal 125 102 140
Decimal 85 66 96
Hex 55 42 60

RGB Percentages of Color #554260

%34.41
%26.72
%38.87

CMYK Percentages of Color #554260

%11
%31
%0
%62

Triadic Colors of #554260

#554260 #605542 #426055

Analogous Colors of #554260

#554260 #60425c #464260

Monochromatic Colors of #554260

#554260

Complementary Color

#554260 #4d6042

#554260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554260 Color CSS Codes

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

#554260 Text Font Color

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

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


#554260 Background Color

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

This div background color is #554260


#554260 Border Color

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

This div border color is #554260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554260


Comments

No comments written yet.

Please login to write comment.