#557560

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

Shades of Como #557560

Tints of Como #557560

Color information

#557560 (or 0x557560) is unknown color: approx Como. HEX triplet: 55, 75 and 60. RGB value is (85,117,96). Sum of RGB (Red+Green+Blue) = 85+117+96=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #557560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557560 is #AA8A9F. Grayscale: #696969. Windows color (decimal): -11176608 or 6321493. OLE color: 6321493.

HSL color Cylindrical-coordinate representation of color #557560: hue angle of 140.62º 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 #557560 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB8511796-
CMYK0.2700.180.54
HSL140.62º15.84%39.61%-
HSV(B)140.62º27.35%45.88%-
XYZ12.2215.513.41-
YUV105.04122.9113.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=28.52%
G=39.26%
B=32.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117960.2700.180.54140.6215.8439.61
Hex5575601B012368d1028
Octal12516514033022662152050
Binary101010111101011100000110110100101101101000110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557560; }

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

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

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

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

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

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

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

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