#556E60

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

Shades of Como #556E60

Tints of Como #556E60

Color information

#556E60 (or 0x556E60) is unknown color: approx Como. HEX triplet: 55, 6E and 60. RGB value is (85,110,96). Sum of RGB (Red+Green+Blue) = 85+110+96=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 110 - color contains mainly: green. Hex color #556E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E60 is #AA919F. Grayscale: #646464. Windows color (decimal): -11178400 or 6319701. OLE color: 6319701.

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

Color convert

RGB8511096-
CMYK0.2300.130.57
HSL146.4º12.82%38.24%-
HSV(B)146.4º22.73%43.14%-
XYZ11.4313.9313.15-
YUV100.93125.22116.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=29.21%
G=37.80%
B=32.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110960.2300.130.57146.412.8238.24
Hex556E60170D3992d26
Octal12515614027015712221546
Binary1010101110111011000001011101101111001100100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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