#576A55

Color #576A55 Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #576A55

Tints of Cactus #576A55

Color information

#576A55 (or 0x576A55) is unknown color: approx 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

RGB8710685-
CMYK0.1800.200.58
HSL114.29º10.99%37.45%-
HSV(B)114.29º19.81%41.57%-
XYZ10.7212.9910.54-
YUV97.92120.71120.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 106 (41.80% 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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87106850.1800.200.58114.2910.9937.45
Hex576A55120143A72b25
Octal12715212522024721621345
Binary1010111110101010101011001001010011101011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>