Html Css Color HEX #588060 Como

📋 copy color: '#588060'

red 88 ◦ green 128 ◦ blue 96

#588060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #588060

Tints of Como #588060

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 value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#588060 (or 0x588060) is known color: 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

RGB 88 128 96 -
CMYK 0.31 0 0.25 0.50
HSL 132º 0.19% 0.42% -
HSV(B) 132º 0.31% 0.5% -
XYZ 13.86 18.36 13.88 -
YUV 112.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 88 128 96 0.31 0 0.25 0.50 132 0.19 0.42
Hex 58 80 60 1F 0 19 32 84 13 2A
Octal 130 200 140 37 0 31 62 204 23 52
Binary 1011000 10000000 1100000 11111 0 11001 110010 10000100 10011 101010

Color Harmonies of #588060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588060

Black with #588060

Text Example


Text Example

White with #588060

Text Example


Text Example

HTML Codes & Css Web 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>