#566857

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

Shades of Nandor #566857

Tints of Nandor #566857

Color information

#566857 (or 0x566857) is unknown color: approx Nandor. HEX triplet: 56, 68 and 57. RGB value is (86,104,87). Sum of RGB (Red+Green+Blue) = 86+104+87=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #566857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566857 is #A997A8. Grayscale: #606060. Windows color (decimal): -11114409 or 5728342. OLE color: 5728342.

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

Color convert

RGB8610487-
CMYK0.1700.160.59
HSL123.33º9.47%37.25%-
HSV(B)123.33º17.31%40.78%-
XYZ10.5112.5710.89-
YUV96.68122.54120.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=31.05%
G=37.55%
B=31.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86104870.1700.160.59123.339.4737.25
Hex566857110103B7b925
Octal12615012721020731731145
Binary1010110110100010101111000101000011101111110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566857; }

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

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

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

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

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

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

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

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