#566A57

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

Shades of Nandor #566A57

Tints of Nandor #566A57

Color information

#566A57 (or 0x566A57) is unknown color: approx Nandor. HEX triplet: 56, 6A and 57. RGB value is (86,106,87). Sum of RGB (Red+Green+Blue) = 86+106+87=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #566A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A57 is #A995A8. Grayscale: #616161. Windows color (decimal): -11113897 or 5728854. OLE color: 5728854.

HSL color Cylindrical-coordinate representation of color #566A57: hue angle of 123º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #566A57 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB8610687-
CMYK0.1900.180.58
HSL123º10.42%37.65%-
HSV(B)123º18.87%41.57%-
XYZ10.7112.9710.96-
YUV97.85121.87119.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=30.82%
G=37.99%
B=31.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86106870.1900.180.5812310.4237.65
Hex566A57130123A7ba26
Octal12615212723022721731246
Binary1010110110101010101111001101001011101011110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566A57; }

 p { color: rgb(86,106,87); }

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

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

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

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

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

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

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