Html Css Color HEX #576D50 Cactus

📋 copy color: '#576D50'

red 87 ◦ green 109 ◦ blue 80

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

Shades of Cactus #576D50

Tints of Cactus #576D50

RGB

 RED value IS 87 (34.38% from 255) = 31.52%

 GREEN value IS 109 (42.97% from 255) = 39.49%

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

R = 31.52%
G = 39.49%
B = 28.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#576D50 (or 0x576D50) is known color: Cactus. HEX triplet: 57, 6D and 50. RGB value is (87,109,80). Sum of RGB (Red+Green+Blue) = 87+109+80=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #576D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576D50 is #A892AF. Grayscale: #636363. Windows color (decimal): -11047600 or 5270871. OLE color: 5270871.

HSL color Cylindrical-coordinate representation of color #576D50: hue angle of 105.52º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #576D50 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 109 80 -
CMYK 0.20 0 0.27 0.57
HSL 105.52º 0.15% 0.37% -
HSV(B) 105.52º 0.27% 0.43% -
XYZ 10.85 13.54 9.63 -
YUV 99.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 87 109 80 0.20 0 0.27 0.57 105.52 0.15 0.37
Hex 57 6D 50 14 0 1B 39 6A F 25
Octal 127 155 120 24 0 33 71 152 17 45
Binary 1010111 1101101 1010000 10100 0 11011 111001 1101010 1111 100101

Color Harmonies of #576D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576D50

Black with #576D50

Text Example


Text Example

White with #576D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576D50; }

 p { color: rgb(87,109,80); }

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

background-color css

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

 a { background-color: rgb(87,109,80); }

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

border-color css

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

 span { border-color: rgb(87,109,80); }

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