#566B50

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

Shades of Cactus #566B50

Tints of Cactus #566B50

Color information

#566B50 (or 0x566B50) is unknown color: approx Cactus. HEX triplet: 56, 6B and 50. RGB value is (86,107,80). Sum of RGB (Red+Green+Blue) = 86+107+80=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #566B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B50 is #A994AF. Grayscale: #616161. Windows color (decimal): -11113648 or 5270358. OLE color: 5270358.

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

Color convert

RGB8610780-
CMYK0.2000.250.58
HSL106.67º14.44%36.67%-
HSV(B)106.67º25.23%41.96%-
XYZ10.5413.079.56-
YUV97.64118.04119.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=31.50%
G=39.19%
B=29.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86107800.2000.250.58106.6714.4436.67
Hex566B50140193A6be25
Octal12615312024031721531645
Binary1010110110101110100001010001100111101011010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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