#566954

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

Shades of Cactus #566954

Tints of Cactus #566954

Color information

#566954 (or 0x566954) is unknown color: approx Cactus. HEX triplet: 56, 69 and 54. RGB value is (86,105,84). Sum of RGB (Red+Green+Blue) = 86+105+84=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #566954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566954 is #A996AB. Grayscale: #606060. Windows color (decimal): -11114156 or 5531990. OLE color: 5531990.

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

Color convert

RGB8610584-
CMYK0.1800.200.59
HSL114.29º11.11%37.06%-
HSV(B)114.29º20%41.18%-
XYZ10.4912.7210.29-
YUV96.92120.71120.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=31.27%
G=38.18%
B=30.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105840.1800.200.59114.2911.1137.06
Hex566954120143B72b25
Octal12615112422024731621345
Binary1010110110100110101001001001010011101111100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566954; }

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

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

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

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

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

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

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

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