#556E62

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

Shades of Como #556E62

Tints of Como #556E62

Color information

#556E62 (or 0x556E62) is unknown color: approx Como. HEX triplet: 55, 6E and 62. RGB value is (85,110,98). Sum of RGB (Red+Green+Blue) = 85+110+98=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #556E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E62 is #AA919D. Grayscale: #656565. Windows color (decimal): -11178398 or 6450773. OLE color: 6450773.

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

Color convert

RGB8511098-
CMYK0.2300.110.57
HSL151.2º12.82%38.24%-
HSV(B)151.2º22.73%43.14%-
XYZ11.5313.9613.64-
YUV101.16126.22116.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=29.01%
G=37.54%
B=33.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110980.2300.110.57151.212.8238.24
Hex556E62170B3997d26
Octal12515614227013712271546
Binary1010101110111011000101011101011111001100101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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