#556156

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

Shades of Nandor #556156

Tints of Nandor #556156

Color information

#556156 (or 0x556156) is unknown color: approx Nandor. HEX triplet: 55, 61 and 56. RGB value is (85,97,86). Sum of RGB (Red+Green+Blue) = 85+97+86=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #556156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556156 is #AA9EA9. Grayscale: #5C5C5C. Windows color (decimal): -11181738 or 5661013. OLE color: 5661013.

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

Color convert

RGB859786-
CMYK0.1200.110.62
HSL125º6.59%35.69%-
HSV(B)125º12.37%38.04%-
XYZ9.711.1510.45-
YUV92.16124.52122.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=31.72%
G=36.19%
B=32.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597860.1200.110.621256.5935.69
Hex556156C0B3E7d724
Octal1251411261401376175744
Binary1010101110000110101101100010111111101111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556156; }

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

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

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

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

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

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

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

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