Html Css Color HEX #576950 Cactus

📋 copy color: '#576950'

red 87 ◦ green 105 ◦ blue 80

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

Shades of Cactus #576950

Tints of Cactus #576950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

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

R = 31.99%
G = 38.6%
B = 29.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#576950 (or 0x576950) is known color: Cactus. HEX triplet: 57, 69 and 50. RGB value is (87,105,80). Sum of RGB (Red+Green+Blue) = 87+105+80=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #576950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576950 is #A896AF. Grayscale: #606060. Windows color (decimal): -11048624 or 5269847. OLE color: 5269847.

HSL color Cylindrical-coordinate representation of color #576950: hue angle of 103.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #576950 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 105 80 -
CMYK 0.17 0 0.24 0.59
HSL 103.2º 0.14% 0.36% -
HSV(B) 103.2º 0.24% 0.41% -
XYZ 10.43 12.71 9.49 -
YUV 96.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 87 105 80 0.17 0 0.24 0.59 103.2 0.14 0.36
Hex 57 69 50 11 0 18 3B 67 E 24
Octal 127 151 120 21 0 30 73 147 16 44
Binary 1010111 1101001 1010000 10001 0 11000 111011 1100111 1110 100100

Color Harmonies of #576950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576950

Black with #576950

Text Example


Text Example

White with #576950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576950; }

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

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

background-color css

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

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

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

border-color css

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

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

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