#566056

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

Shades of Nandor #566056

Tints of Nandor #566056

Color information

#566056 (or 0x566056) is unknown color: approx Nandor. HEX triplet: 56, 60 and 56. RGB value is (86,96,86). Sum of RGB (Red+Green+Blue) = 86+96+86=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #566056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566056 is #A99FA9. Grayscale: #5B5B5B. Windows color (decimal): -11116458 or 5660758. OLE color: 5660758.

HSL color Cylindrical-coordinate representation of color #566056: hue angle of 120º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #566056 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB869686-
CMYK0.1000.100.62
HSL120º5.49%35.69%-
HSV(B)120º10.42%37.65%-
XYZ9.711.0210.42-
YUV91.87124.69123.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=32.09%
G=35.82%
B=32.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696860.1000.100.621205.4935.69
Hex566056A0A3E78524
Octal1261401261201276170544
Binary1010110110000010101101010010101111101111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566056; }

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

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

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

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

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

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

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

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