#556E5E

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

Shades of Como #556E5E

Tints of Como #556E5E

Color information

#556E5E (or 0x556E5E) is unknown color: approx Como. HEX triplet: 55, 6E and 5E. RGB value is (85,110,94). Sum of RGB (Red+Green+Blue) = 85+110+94=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 110 - color contains mainly: green. Hex color #556E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E5E is #AA91A1. Grayscale: #646464. Windows color (decimal): -11178402 or 6188629. OLE color: 6188629.

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

Color convert

RGB8511094-
CMYK0.2300.150.57
HSL141.6º12.82%38.24%-
HSV(B)141.6º22.73%43.14%-
XYZ11.3413.8912.67-
YUV100.7124.22116.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=29.41%
G=38.06%
B=32.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110940.2300.150.57141.612.8238.24
Hex556E5E170F398ed26
Octal12515613627017712161546
Binary1010101110111010111101011101111111001100011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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