#577064

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

Shades of Como #577064

Tints of Como #577064

Color information

#577064 (or 0x577064) is unknown color: approx Como. HEX triplet: 57, 70 and 64. RGB value is (87,112,100). Sum of RGB (Red+Green+Blue) = 87+112+100=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #577064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577064 is #A88F9B. Grayscale: #676767. Windows color (decimal): -11046812 or 6582359. OLE color: 6582359.

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

Color convert

RGB87112100-
CMYK0.2200.110.56
HSL151.2º12.56%39.02%-
HSV(B)151.2º22.32%43.92%-
XYZ12.0214.5314.23-
YUV103.16126.22116.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=29.10%
G=37.46%
B=33.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal871121000.2200.110.56151.212.5639.02
Hex577064160B3897d27
Octal12716014426013702271547
Binary1010111111000011001001011001011111000100101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577064; }

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

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

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

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

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

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

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

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