#566855

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

Shades of Nandor #566855

Tints of Nandor #566855

Color information

#566855 (or 0x566855) is unknown color: approx Nandor. HEX triplet: 56, 68 and 55. RGB value is (86,104,85). Sum of RGB (Red+Green+Blue) = 86+104+85=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #566855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566855 is #A997AA. Grayscale: #606060. Windows color (decimal): -11114411 or 5597270. OLE color: 5597270.

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

Color convert

RGB8610485-
CMYK0.1700.180.59
HSL116.84º10.05%37.06%-
HSV(B)116.84º18.27%40.78%-
XYZ10.4312.5310.46-
YUV96.45121.54120.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=31.27%
G=37.82%
B=30.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86104850.1700.180.59116.8410.0537.06
Hex566855110123B75a25
Octal12615012521022731651245
Binary1010110110100010101011000101001011101111101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566855; }

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

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

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

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

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

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

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

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