#566B52

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

Shades of Cactus #566B52

Tints of Cactus #566B52

Color information

#566B52 (or 0x566B52) is unknown color: approx Cactus. HEX triplet: 56, 6B and 52. RGB value is (86,107,82). Sum of RGB (Red+Green+Blue) = 86+107+82=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #566B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B52 is #A994AD. Grayscale: #616161. Windows color (decimal): -11113646 or 5401430. OLE color: 5401430.

HSL color Cylindrical-coordinate representation of color #566B52: hue angle of 110.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566B52 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB8610782-
CMYK0.2000.230.58
HSL110.4º13.23%37.06%-
HSV(B)110.4º23.36%41.96%-
XYZ10.6213.19.95-
YUV97.87119.04119.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=31.27%
G=38.91%
B=29.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86107820.2000.230.58110.413.2337.06
Hex566B52140173A6ed25
Octal12615312224027721561545
Binary1010110110101110100101010001011111101011011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566B52; }

 p { color: rgb(86,107,82); }

 H1.HeaderClassName
 {
   color: #566B52;
 }
 .AnyTagClassName
 {
   color: #566B52;
 }
</style>
background-color css

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

 a { background-color: rgb(86,107,82); }

 div.DivClassName
 {
   background-color: #566B52;
 }
 .BgClassName
 {
   background-color: #566B52;
 }
</style>
border-color css

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

 span { border-color: rgb(86,107,82); }

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