#566256

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

Shades of Nandor #566256

Tints of Nandor #566256

Color information

#566256 (or 0x566256) is unknown color: approx Nandor. HEX triplet: 56, 62 and 56. RGB value is (86,98,86). Sum of RGB (Red+Green+Blue) = 86+98+86=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #566256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566256 is #A99DA9. Grayscale: #5D5D5D. Windows color (decimal): -11115946 or 5661270. OLE color: 5661270.

HSL color Cylindrical-coordinate representation of color #566256: hue angle of 120º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #566256 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB869886-
CMYK0.1200.120.62
HSL120º6.52%36.08%-
HSV(B)120º12.24%38.43%-
XYZ9.8911.3910.48-
YUV93.04124.02122.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=31.85%
G=36.30%
B=31.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698860.1200.120.621206.5236.08
Hex566256C0C3E78724
Octal1261421261401476170744
Binary1010110110001010101101100011001111101111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566256; }

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

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

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

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

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

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

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

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