#566A56

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

Shades of Nandor #566A56

Tints of Nandor #566A56

Color information

#566A56 (or 0x566A56) is unknown color: approx Nandor. HEX triplet: 56, 6A and 56. RGB value is (86,106,86). Sum of RGB (Red+Green+Blue) = 86+106+86=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #566A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A56 is #A995A9. Grayscale: #616161. Windows color (decimal): -11113898 or 5663318. OLE color: 5663318.

HSL color Cylindrical-coordinate representation of color #566A56: hue angle of 120º 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 #566A56 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB8610686-
CMYK0.1900.190.58
HSL120º10.42%37.65%-
HSV(B)120º18.87%41.57%-
XYZ10.6712.9610.74-
YUV97.74121.37119.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=30.94%
G=38.13%
B=30.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86106860.1900.190.5812010.4237.65
Hex566A56130133A78a26
Octal12615212623023721701246
Binary1010110110101010101101001101001111101011110001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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