#566554

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

Shades of Cactus #566554

Tints of Cactus #566554

Color information

#566554 (or 0x566554) is unknown color: approx Cactus. HEX triplet: 56, 65 and 54. RGB value is (86,101,84). Sum of RGB (Red+Green+Blue) = 86+101+84=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #566554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566554 is #A99AAB. Grayscale: #5E5E5E. Windows color (decimal): -11115180 or 5530966. OLE color: 5530966.

HSL color Cylindrical-coordinate representation of color #566554: hue angle of 112.94º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #566554 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB8610184-
CMYK0.1500.170.60
HSL112.94º9.19%36.27%-
HSV(B)112.94º16.83%39.61%-
XYZ10.0911.9310.16-
YUV94.58122.03121.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=31.73%
G=37.27%
B=31.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101840.1500.170.60112.949.1936.27
Hex566554F0113C71924
Octal12614512417021741611144
Binary101011011001011010100111101000111110011100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566554; }

 p { color: rgb(86,101,84); }

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

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

 a { background-color: rgb(86,101,84); }

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

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

 span { border-color: rgb(86,101,84); }

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