#566657

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

Shades of Nandor #566657

Tints of Nandor #566657

Color information

#566657 (or 0x566657) is unknown color: approx Nandor. HEX triplet: 56, 66 and 57. RGB value is (86,102,87). Sum of RGB (Red+Green+Blue) = 86+102+87=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #566657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566657 is #A999A8. Grayscale: #5F5F5F. Windows color (decimal): -11114921 or 5727830. OLE color: 5727830.

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

Color convert

RGB8610287-
CMYK0.1600.150.6
HSL123.75º8.51%36.86%-
HSV(B)123.75º15.69%40%-
XYZ10.3112.1710.82-
YUV95.51123.2121.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=31.27%
G=37.09%
B=31.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86102870.1600.150.6123.758.5136.86
Hex566657100F3C7c925
Octal12614612720017741741145
Binary101011011001101010111100000111111110011111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566657; }

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

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

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

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

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

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

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

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