#557660

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

Shades of Como #557660

Tints of Como #557660

Color information

#557660 (or 0x557660) is unknown color: approx Como. HEX triplet: 55, 76 and 60. RGB value is (85,118,96). Sum of RGB (Red+Green+Blue) = 85+118+96=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #557660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557660 is #AA899F. Grayscale: #696969. Windows color (decimal): -11176352 or 6321749. OLE color: 6321749.

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

Color convert

RGB8511896-
CMYK0.2800.190.54
HSL140º16.26%39.8%-
HSV(B)140º27.97%46.27%-
XYZ12.3415.7313.45-
YUV105.62122.57113.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=28.43%
G=39.46%
B=32.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118960.2800.190.5414016.2639.8
Hex5576601C013368c1028
Octal12516614034023662142050
Binary101010111101101100000111000100111101101000110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557660; }

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

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

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

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

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

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

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

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