#566456

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

Shades of Nandor #566456

Tints of Nandor #566456

Color information

#566456 (or 0x566456) is unknown color: approx Nandor. HEX triplet: 56, 64 and 56. RGB value is (86,100,86). Sum of RGB (Red+Green+Blue) = 86+100+86=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #566456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566456 is #A99BA9. Grayscale: #5E5E5E. Windows color (decimal): -11115434 or 5661782. OLE color: 5661782.

HSL color Cylindrical-coordinate representation of color #566456: hue angle of 120º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #566456 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB8610086-
CMYK0.1400.140.61
HSL120º7.53%36.47%-
HSV(B)120º14%39.22%-
XYZ10.0711.7610.54-
YUV94.22123.36122.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=31.62%
G=36.76%
B=31.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal86100860.1400.140.611207.5336.47
Hex566456E0E3D78824
Octal12614412616016751701044
Binary10101101100100101011011100111011110111110001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566456; }

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

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

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

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

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

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

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

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