#566556

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

Shades of Nandor #566556

Tints of Nandor #566556

Color information

#566556 (or 0x566556) is unknown color: approx Nandor. HEX triplet: 56, 65 and 56. RGB value is (86,101,86). Sum of RGB (Red+Green+Blue) = 86+101+86=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #566556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566556 is #A99AA9. Grayscale: #5E5E5E. Windows color (decimal): -11115178 or 5662038. OLE color: 5662038.

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

Color convert

RGB8610186-
CMYK0.1500.150.60
HSL120º8.02%36.67%-
HSV(B)120º14.85%39.61%-
XYZ10.1711.9610.58-
YUV94.8123.03121.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=31.50%
G=37.00%
B=31.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101860.1500.150.601208.0236.67
Hex566556F0F3C78825
Octal12614512617017741701045
Binary10101101100101101011011110111111110011110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566556; }

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

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

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

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

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

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

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

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