#556056

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

Shades of Nandor #556056

Tints of Nandor #556056

Color information

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

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

Color convert

RGB859686-
CMYK0.1100.100.62
HSL125.45º6.08%35.49%-
HSV(B)125.45º11.46%37.65%-
XYZ9.6110.9710.41-
YUV91.57124.86123.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596860.1100.100.62125.456.0835.49
Hex556056B0A3E7d623
Octal1251401261301276175643
Binary1010101110000010101101011010101111101111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556056; }

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

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

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

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

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

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

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

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