Color Hex Logo

#558272 Color Hex

#558272
(85,130,114)
0 Favorites   0 Comments

Color spaces of #558272

RGB 85130114
HSL0.440.210.42
HSV159°35°51°
CMYK 0.350.000.12   0.49
XYZ14.766219.111518.8302
Yxy19.11150.28020.3626
Hunter Lab43.7167-16.21225.0636
CIE-Lab50.8174-19.21583.7743

#558272 color RGB value is (85,130,114).

#558272 hex color red value is 85, green value is 130 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #558272 hue: 0.44 , saturation: 0.21 and the lightness value of 558272 is 0.42.

The process color (four color CMYK) of #558272 color hex is 0.35, 0.00, 0.12, 0.49. Web safe color of #558272 is #669966. Color #558272 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000010 01110010
Octal 125 202 162
Decimal 85 130 114
Hex 55 82 72

RGB Percentages of Color #558272

%25.84
%39.51
%34.65

CMYK Percentages of Color #558272

%35
%0
%12
%49

Triadic Colors of #558272

#558272 #725582 #827255

Analogous Colors of #558272

#558272 #557c82 #55825c

Monochromatic Colors of #558272

#558272

Complementary Color

#558272 #825565

#558272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558272 Color CSS Codes

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

#558272 Text Font Color

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

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


#558272 Background Color

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

This div background color is #558272


#558272 Border Color

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

This div border color is #558272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558272


Comments

No comments written yet.

Please login to write comment.