#578060

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

Shades of Como #578060

Tints of Como #578060

Color information

#578060 (or 0x578060) is unknown color: approx Como. HEX triplet: 57, 80 and 60. RGB value is (87,128,96). Sum of RGB (Red+Green+Blue) = 87+128+96=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #578060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578060 is #A87F9F. Grayscale: #707070. Windows color (decimal): -11042720 or 6324311. OLE color: 6324311.

HSL color Cylindrical-coordinate representation of color #578060: hue angle of 133.17º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #578060 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB8712896-
CMYK0.3200.250.50
HSL133.17º19.07%42.16%-
HSV(B)133.17º32.03%50.2%-
XYZ13.7618.3113.88-
YUV112.09118.92110.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=27.97%
G=41.16%
B=30.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87128960.3200.250.50133.1719.0742.16
Hex578060200193285132a
Octal12720014040031622052352
Binary10101111000000011000001000000110011100101000010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578060; }

 p { color: rgb(87,128,96); }

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

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

 a { background-color: rgb(87,128,96); }

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

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

 span { border-color: rgb(87,128,96); }

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