#566155

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

Shades of Nandor #566155

Tints of Nandor #566155

Color information

#566155 (or 0x566155) is unknown color: approx Nandor. HEX triplet: 56, 61 and 55. RGB value is (86,97,85). Sum of RGB (Red+Green+Blue) = 86+97+85=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #566155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566155 is #A99EAA. Grayscale: #5C5C5C. Windows color (decimal): -11116203 or 5595478. OLE color: 5595478.

HSL color Cylindrical-coordinate representation of color #566155: hue angle of 115º 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 #566155 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB869785-
CMYK0.1100.120.62
HSL115º6.59%35.69%-
HSV(B)115º12.37%38.04%-
XYZ9.7511.1810.24-
YUV92.34123.86123.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=32.09%
G=36.19%
B=31.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697850.1100.120.621156.5935.69
Hex566155B0C3E73724
Octal1261411251301476163744
Binary1010110110000110101011011011001111101110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566155; }

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

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

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

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

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

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

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

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