#588060

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

Shades of Como #588060

Tints of Como #588060

Color information

#588060 (or 0x588060) is unknown color: approx Como. HEX triplet: 58, 80 and 60. RGB value is (88,128,96). Sum of RGB (Red+Green+Blue) = 88+128+96=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 128 - color contains mainly: green. Hex color #588060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588060 is #A77F9F. Grayscale: #707070. Windows color (decimal): -10977184 or 6324312. OLE color: 6324312.

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

Color convert

RGB8812896-
CMYK0.3100.250.50
HSL132º18.52%42.35%-
HSV(B)132º31.25%50.2%-
XYZ13.8518.3613.88-
YUV112.39118.75110.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=28.21%
G=41.03%
B=30.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88128960.3100.250.5013218.5242.35
Hex5880601F0193284132a
Octal13020014037031622042352
Binary1011000100000001100000111110110011100101000010010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588060; }

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

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

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

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

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

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

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

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