Html Css Color HEX #576A55 Cactus

📋 copy color: '#576A55'

red 87 ◦ green 106 ◦ blue 85

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

Shades of Cactus #576A55

Tints of Cactus #576A55

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.13%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 31.29%
G = 38.13%
B = 30.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#576A55 (or 0x576A55) is known color: Cactus. HEX triplet: 57, 6A and 55. RGB value is (87,106,85). Sum of RGB (Red+Green+Blue) = 87+106+85=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #576A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A55 is #A895AA. Grayscale: #616161. Windows color (decimal): -11048363 or 5597783. OLE color: 5597783.

HSL color Cylindrical-coordinate representation of color #576A55: hue angle of 114.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #576A55 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 106 85 -
CMYK 0.18 0 0.20 0.58
HSL 114.29º 0.11% 0.37% -
HSV(B) 114.29º 0.2% 0.42% -
XYZ 10.72 12.99 10.54 -
YUV 97.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 87 106 85 0.18 0 0.20 0.58 114.29 0.11 0.37
Hex 57 6A 55 12 0 14 3A 72 B 25
Octal 127 152 125 22 0 24 72 162 13 45
Binary 1010111 1101010 1010101 10010 0 10100 111010 1110010 1011 100101

Color Harmonies of #576A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576A55

Black with #576A55

Text Example


Text Example

White with #576A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,106,85); }

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

background-color css

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

 a { background-color: rgb(87,106,85); }

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

border-color css

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

 span { border-color: rgb(87,106,85); }

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