#566950

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

Shades of Cactus #566950

Tints of Cactus #566950

Color information

#566950 (or 0x566950) is unknown color: approx Cactus. HEX triplet: 56, 69 and 50. RGB value is (86,105,80). Sum of RGB (Red+Green+Blue) = 86+105+80=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #566950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566950 is #A996AF. Grayscale: #606060. Windows color (decimal): -11114160 or 5269846. OLE color: 5269846.

HSL color Cylindrical-coordinate representation of color #566950: hue angle of 105.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #566950 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB8610580-
CMYK0.1800.240.59
HSL105.6º13.51%36.27%-
HSV(B)105.6º23.81%41.18%-
XYZ10.3412.669.49-
YUV96.47118.71120.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=31.73%
G=38.75%
B=29.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105800.1800.240.59105.613.5136.27
Hex566950120183B6ae24
Octal12615112022030731521644
Binary1010110110100110100001001001100011101111010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566950; }

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

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

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

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

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

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

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

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