#557064

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

Shades of Como #557064

Tints of Como #557064

Color information

#557064 (or 0x557064) is unknown color: approx Como. HEX triplet: 55, 70 and 64. RGB value is (85,112,100). Sum of RGB (Red+Green+Blue) = 85+112+100=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #557064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557064 is #AA8F9B. Grayscale: #666666. Windows color (decimal): -11177884 or 6582357. OLE color: 6582357.

HSL color Cylindrical-coordinate representation of color #557064: hue angle of 153.33º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #557064 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB85112100-
CMYK0.2400.110.56
HSL153.33º13.71%38.63%-
HSV(B)153.33º24.11%43.92%-
XYZ11.8414.4414.22-
YUV102.56126.55115.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=28.62%
G=37.71%
B=33.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851121000.2400.110.56153.3313.7138.63
Hex557064180B3899e27
Octal12516014430013702311647
Binary1010101111000011001001100001011111000100110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557064; }

 p { color: rgb(85,112,100); }

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

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

 a { background-color: rgb(85,112,100); }

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

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

 span { border-color: rgb(85,112,100); }

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