#566655

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

Shades of Nandor #566655

Tints of Nandor #566655

Color information

#566655 (or 0x566655) is unknown color: approx Nandor. HEX triplet: 56, 66 and 55. RGB value is (86,102,85). Sum of RGB (Red+Green+Blue) = 86+102+85=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #566655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566655 is #A999AA. Grayscale: #5F5F5F. Windows color (decimal): -11114923 or 5596758. OLE color: 5596758.

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

Color convert

RGB8610285-
CMYK0.1600.170.6
HSL116.47º9.09%36.67%-
HSV(B)116.47º16.67%40%-
XYZ10.2312.1410.4-
YUV95.28122.2121.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=31.50%
G=37.36%
B=31.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86102850.1600.170.6116.479.0936.67
Hex566655100113C74925
Octal12614612520021741641145
Binary1010110110011010101011000001000111110011101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566655; }

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

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

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

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

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

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

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

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