#556E6E

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

Shades of William #556E6E

Tints of William #556E6E

Color information

#556E6E (or 0x556E6E) is unknown color: approx William. HEX triplet: 55, 6E and 6E. RGB value is (85,110,110). Sum of RGB (Red+Green+Blue) = 85+110+110=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #556E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E6E is #AA9191. Grayscale: #666666. Windows color (decimal): -11178386 or 7237205. OLE color: 7237205.

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

Color convert

RGB85110110-
CMYK0.23000.57
HSL180º12.82%38.24%-
HSV(B)180º22.73%43.14%-
XYZ12.1414.2116.85-
YUV102.52132.22115.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=27.87%
G=36.07%
B=36.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal851101100.23000.5718012.8238.24
Hex556E6E170039b4d26
Octal1251561562700712641546
Binary1010101110111011011101011100111001101101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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