#556756

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

Shades of Nandor #556756

Tints of Nandor #556756

Color information

#556756 (or 0x556756) is unknown color: approx Nandor. HEX triplet: 55, 67 and 56. RGB value is (85,103,86). Sum of RGB (Red+Green+Blue) = 85+103+86=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 103 - color contains mainly: green. Hex color #556756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556756 is #AA98A9. Grayscale: #5F5F5F. Windows color (decimal): -11180202 or 5662549. OLE color: 5662549.

HSL color Cylindrical-coordinate representation of color #556756: hue angle of 123.33º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556756 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB8510386-
CMYK0.1700.170.60
HSL123.33º9.57%36.86%-
HSV(B)123.33º17.48%40.39%-
XYZ10.2812.310.64-
YUV95.68122.54120.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=31.02%
G=37.59%
B=31.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85103860.1700.170.60123.339.5736.86
Hex556756110113C7ba25
Octal12514712621021741731245
Binary1010101110011110101101000101000111110011110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556756; }

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

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

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

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

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

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

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

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