#556856

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

Shades of Nandor #556856

Tints of Nandor #556856

Color information

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

HSL color Cylindrical-coordinate representation of color #556856: hue angle of 123.16º 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 #556856 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB8510486-
CMYK0.1800.170.59
HSL123.16º10.05%37.06%-
HSV(B)123.16º18.27%40.78%-
XYZ10.3812.510.67-
YUV96.27122.21119.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104860.1800.170.59123.1610.0537.06
Hex556856120113B7ba25
Octal12515012622021731731245
Binary1010101110100010101101001001000111101111110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556856; }

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

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

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

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

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

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

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

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