Html Css Color HEX #587060 Como

📋 copy color: '#587060'

red 88 ◦ green 112 ◦ blue 96

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

Shades of Como #587060

Tints of Como #587060

RGB

 RED value IS 88 (34.77% from 255) = 29.73%

 GREEN value IS 112 (44.14% from 255) = 37.84%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 29.73%
G = 37.84%
B = 32.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#587060 (or 0x587060) is known color: Como. HEX triplet: 58, 70 and 60. RGB value is (88,112,96). Sum of RGB (Red+Green+Blue) = 88+112+96=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #587060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587060 is #A78F9F. Grayscale: #676767. Windows color (decimal): -10981280 or 6320216. OLE color: 6320216.

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

Color convert

RGB 88 112 96 -
CMYK 0.21 0 0.14 0.56
HSL 140º 0.12% 0.39% -
HSV(B) 140º 0.21% 0.44% -
XYZ 11.93 14.51 13.24 -
YUV 103 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 88 112 96 0.21 0 0.14 0.56 140 0.12 0.39
Hex 58 70 60 15 0 E 38 8C C 27
Octal 130 160 140 25 0 16 70 214 14 47
Binary 1011000 1110000 1100000 10101 0 1110 111000 10001100 1100 100111

Color Harmonies of #587060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587060

Black with #587060

Text Example


Text Example

White with #587060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587060; }

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

 H1.HeaderClassName
 {
   color: #587060;
 }
 .AnyTagClassName
 {
   color: #587060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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