#557566

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

Shades of Como #557566

Tints of Como #557566

Color information

#557566 (or 0x557566) is unknown color: approx Como. HEX triplet: 55, 75 and 66. RGB value is (85,117,102). Sum of RGB (Red+Green+Blue) = 85+117+102=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #557566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557566 is #AA8A99. Grayscale: #696969. Windows color (decimal): -11176602 or 6714709. OLE color: 6714709.

HSL color Cylindrical-coordinate representation of color #557566: hue angle of 151.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557566 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB85117102-
CMYK0.2700.130.54
HSL151.88º15.84%39.61%-
HSV(B)151.88º27.35%45.88%-
XYZ12.5115.6114.92-
YUV105.72125.9113.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=27.96%
G=38.49%
B=33.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851171020.2700.130.54151.8815.8439.61
Hex5575661B0D36981028
Octal12516514633015662302050
Binary10101011110101110011011011011011101101001100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557566; }

 p { color: rgb(85,117,102); }

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

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

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

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

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

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

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