#566856

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

Shades of Nandor #566856

Tints of Nandor #566856

Color information

#566856 (or 0x566856) is unknown color: approx Nandor. HEX triplet: 56, 68 and 56. RGB value is (86,104,86). Sum of RGB (Red+Green+Blue) = 86+104+86=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #566856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566856 is #A997A9. Grayscale: #606060. Windows color (decimal): -11114410 or 5662806. OLE color: 5662806.

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

Color convert

RGB8610486-
CMYK0.1700.170.59
HSL120º9.47%37.25%-
HSV(B)120º17.31%40.78%-
XYZ10.4712.5510.67-
YUV96.57122.04120.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=31.16%
G=37.68%
B=31.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86104860.1700.170.591209.4737.25
Hex566856110113B78925
Octal12615012621021731701145
Binary1010110110100010101101000101000111101111110001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566856; }

 p { color: rgb(86,104,86); }

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

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

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

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

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

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

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