#556353

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

Shades of Nandor #556353

Tints of Nandor #556353

Color information

#556353 (or 0x556353) is unknown color: approx Nandor. HEX triplet: 55, 63 and 53. RGB value is (85,99,83). Sum of RGB (Red+Green+Blue) = 85+99+83=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #556353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556353 is #AA9CAC. Grayscale: #5D5D5D. Windows color (decimal): -11181229 or 5464917. OLE color: 5464917.

HSL color Cylindrical-coordinate representation of color #556353: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556353 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB859983-
CMYK0.1400.160.61
HSL112.5º8.79%35.69%-
HSV(B)112.5º16.16%38.82%-
XYZ9.7711.489.88-
YUV92.99122.36122.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=31.84%
G=37.08%
B=31.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599830.1400.160.61112.58.7935.69
Hex556353E0103D70924
Octal12514312316020751601144
Binary101010111000111010011111001000011110111100001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556353; }

 p { color: rgb(85,99,83); }

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

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

 a { background-color: rgb(85,99,83); }

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

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

 span { border-color: rgb(85,99,83); }

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