#566B57

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

Shades of Nandor #566B57

Tints of Nandor #566B57

Color information

#566B57 (or 0x566B57) is unknown color: approx Nandor. HEX triplet: 56, 6B and 57. RGB value is (86,107,87). Sum of RGB (Red+Green+Blue) = 86+107+87=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #566B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B57 is #A994A8. Grayscale: #626262. Windows color (decimal): -11113641 or 5729110. OLE color: 5729110.

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

Color convert

RGB8610787-
CMYK0.2000.190.58
HSL122.86º10.88%37.84%-
HSV(B)122.86º19.63%41.96%-
XYZ10.8213.1810.99-
YUV98.44121.54119.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=30.71%
G=38.21%
B=31.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86107870.2000.190.58122.8610.8837.84
Hex566B57140133A7bb26
Octal12615312724023721731346
Binary1010110110101110101111010001001111101011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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