#556D60

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

Shades of Como #556D60

Tints of Como #556D60

Color information

#556D60 (or 0x556D60) is unknown color: approx Como. HEX triplet: 55, 6D and 60. RGB value is (85,109,96). Sum of RGB (Red+Green+Blue) = 85+109+96=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 109 - color contains mainly: green. Hex color #556D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D60 is #AA929F. Grayscale: #646464. Windows color (decimal): -11178656 or 6319445. OLE color: 6319445.

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

Color convert

RGB8510996-
CMYK0.2200.120.57
HSL147.5º12.37%38.04%-
HSV(B)147.5º22.02%42.75%-
XYZ11.3313.7113.12-
YUV100.34125.55117.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=29.31%
G=37.59%
B=33.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85109960.2200.120.57147.512.3738.04
Hex556D60160C3994c26
Octal12515514026014712241446
Binary1010101110110111000001011001100111001100101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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