#556F6C

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

Shades of William #556F6C

Tints of William #556F6C

Color information

#556F6C (or 0x556F6C) is unknown color: approx William. HEX triplet: 55, 6F and 6C. RGB value is (85,111,108). Sum of RGB (Red+Green+Blue) = 85+111+108=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 111 - color contains mainly: green. Hex color #556F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F6C is #AA9093. Grayscale: #666666. Windows color (decimal): -11178132 or 7106389. OLE color: 7106389.

HSL color Cylindrical-coordinate representation of color #556F6C: hue angle of 173.08º 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 #556F6C is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB85111108-
CMYK0.2300.030.56
HSL173.08º13.27%38.43%-
HSV(B)173.08º23.42%43.53%-
XYZ12.1414.3816.32-
YUV102.88130.89115.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=27.96%
G=36.51%
B=35.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851111080.2300.030.56173.0813.2738.43
Hex556F6C170338add26
Octal1251571542703702551546
Binary10101011101111110110010111011111000101011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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