#556F6E

Color #556F6E William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #556F6E

Tints of William #556F6E

Color information

#556F6E (or 0x556F6E) is unknown color: approx William. HEX triplet: 55, 6F and 6E. RGB value is (85,111,110). Sum of RGB (Red+Green+Blue) = 85+111+110=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 111 - color contains mainly: green. Hex color #556F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F6E is #AA9091. Grayscale: #676767. Windows color (decimal): -11178130 or 7237461. OLE color: 7237461.

HSL color Cylindrical-coordinate representation of color #556F6E: hue angle of 177.69º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556F6E is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB85111110-
CMYK0.2300.010.56
HSL177.69º13.27%38.43%-
HSV(B)177.69º23.42%43.53%-
XYZ12.2514.4316.89-
YUV103.11131.89115.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=27.78%
G=36.27%
B=35.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851111100.2300.010.56177.6913.2738.43
Hex556F6E170138b2d26
Octal1251571562701702621546
Binary1010101110111111011101011101111000101100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556F6E; }

 p { color: rgb(85,111,110); }

 H1.HeaderClassName
 {
   color: #556F6E;
 }
 .AnyTagClassName
 {
   color: #556F6E;
 }
</style>
background-color css

<style>
 a { background-color: #556F6E; }

 a { background-color: rgb(85,111,110); }

 div.DivClassName
 {
   background-color: #556F6E;
 }
 .BgClassName
 {
   background-color: #556F6E;
 }
</style>
border-color css

<style>
 span { border-color: #556F6E; }

 span { border-color: rgb(85,111,110); }

 td.TdClassName
 {
   border-color: #556F6E;
 }
 .TagClassName
 {
   border-color: #556F6E;
 }
</style>