Html Css Color HEX #587050 Cactus

📋 copy color: '#587050'

red 88 ◦ green 112 ◦ blue 80

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

Shades of Cactus #587050

Tints of Cactus #587050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 31.43%
G = 40%
B = 28.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#587050 (or 0x587050) is known color: Cactus. HEX triplet: 58, 70 and 50. RGB value is (88,112,80). Sum of RGB (Red+Green+Blue) = 88+112+80=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #587050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587050 is #A78FAF. Grayscale: #656565. Windows color (decimal): -10981296 or 5271640. OLE color: 5271640.

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

Color convert

RGB 88 112 80 -
CMYK 0.21 0 0.29 0.56
HSL 105º 0.17% 0.38% -
HSV(B) 105º 0.29% 0.44% -
XYZ 11.27 14.24 9.74 -
YUV 101.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 88 112 80 0.21 0 0.29 0.56 105 0.17 0.38
Hex 58 70 50 15 0 1D 38 69 11 26
Octal 130 160 120 25 0 35 70 151 21 46
Binary 1011000 1110000 1010000 10101 0 11101 111000 1101001 10001 100110

Color Harmonies of #587050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587050

Black with #587050

Text Example


Text Example

White with #587050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587050; }

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

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

background-color css

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

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

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

border-color css

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

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

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