#566955

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

Shades of Nandor #566955

Tints of Nandor #566955

Color information

#566955 (or 0x566955) is unknown color: approx Nandor. HEX triplet: 56, 69 and 55. RGB value is (86,105,85). Sum of RGB (Red+Green+Blue) = 86+105+85=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #566955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566955 is #A996AA. Grayscale: #616161. Windows color (decimal): -11114155 or 5597526. OLE color: 5597526.

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

Color convert

RGB8610585-
CMYK0.1800.190.59
HSL117º10.53%37.25%-
HSV(B)117º19.05%41.18%-
XYZ10.5312.7410.5-
YUV97.04121.21120.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=31.16%
G=38.04%
B=30.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105850.1800.190.5911710.5337.25
Hex566955120133B75b25
Octal12615112522023731651345
Binary1010110110100110101011001001001111101111101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566955; }

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

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

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

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

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

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

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

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