#565856

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

Shades of Nandor #565856

Tints of Nandor #565856

Color information

#565856 (or 0x565856) is unknown color: approx Nandor. HEX triplet: 56, 58 and 56. RGB value is (86,88,86). Sum of RGB (Red+Green+Blue) = 86+88+86=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 88 - color contains mainly: green. Hex color #565856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565856 is #A9A7A9. Grayscale: #575757. Windows color (decimal): -11118506 or 5658710. OLE color: 5658710.

HSL color Cylindrical-coordinate representation of color #565856: hue angle of 120º degrees, saturation: 0.01, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #565856 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB868886-
CMYK0.0200.020.65
HSL120º1.15%34.12%-
HSV(B)120º2.27%34.51%-
XYZ9.019.6310.19-
YUV87.17127.34127.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=33.08%
G=33.85%
B=33.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688860.0200.020.651201.1534.12
Hex5658562024178122
Octal126130126202101170142
Binary10101101011000101011010010100000111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565856; }

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

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

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

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

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

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

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

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