#566055

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

Shades of Nandor #566055

Tints of Nandor #566055

Color information

#566055 (or 0x566055) is unknown color: approx Nandor. HEX triplet: 56, 60 and 55. RGB value is (86,96,85). Sum of RGB (Red+Green+Blue) = 86+96+85=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 96 - color contains mainly: green. Hex color #566055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566055 is #A99FAA. Grayscale: #5B5B5B. Windows color (decimal): -11116459 or 5595222. OLE color: 5595222.

HSL color Cylindrical-coordinate representation of color #566055: hue angle of 114.55º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #566055 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB869685-
CMYK0.1000.110.62
HSL114.55º6.08%35.49%-
HSV(B)114.55º11.46%37.65%-
XYZ9.661110.21-
YUV91.76124.19123.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=32.21%
G=35.96%
B=31.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696850.1000.110.62114.556.0835.49
Hex566055A0B3E73623
Octal1261401251201376163643
Binary1010110110000010101011010010111111101110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566055; }

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

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

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

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

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

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

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

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