#566B56

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

Shades of Nandor #566B56

Tints of Nandor #566B56

Color information

#566B56 (or 0x566B56) is unknown color: approx Nandor. HEX triplet: 56, 6B and 56. RGB value is (86,107,86). Sum of RGB (Red+Green+Blue) = 86+107+86=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #566B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B56 is #A994A9. Grayscale: #626262. Windows color (decimal): -11113642 or 5663574. OLE color: 5663574.

HSL color Cylindrical-coordinate representation of color #566B56: hue angle of 120º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566B56 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB8610786-
CMYK0.2000.200.58
HSL120º10.88%37.84%-
HSV(B)120º19.63%41.96%-
XYZ10.7813.1710.78-
YUV98.33121.04119.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=30.82%
G=38.35%
B=30.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86107860.2000.200.5812010.8837.84
Hex566B56140143A78b26
Octal12615312624024721701346
Binary1010110110101110101101010001010011101011110001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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