#555955

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

Shades of Nandor #555955

Tints of Nandor #555955

Color information

#555955 (or 0x555955) is unknown color: approx Nandor. HEX triplet: 55, 59 and 55. RGB value is (85,89,85). Sum of RGB (Red+Green+Blue) = 85+89+85=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 89 - color contains mainly: green. Hex color #555955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555955 is #AAA6AA. Grayscale: #575757. Windows color (decimal): -11183787 or 5593429. OLE color: 5593429.

HSL color Cylindrical-coordinate representation of color #555955: hue angle of 120º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555955 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB858985-
CMYK0.0400.040.65
HSL120º2.3%34.12%-
HSV(B)120º4.49%34.9%-
XYZ8.969.7310-
YUV87.35126.67126.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=32.82%
G=34.36%
B=32.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589850.0400.040.651202.334.12
Hex5559554044178222
Octal125131125404101170242
Binary10101011011001101010110001001000001111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555955; }

 p { color: rgb(85,89,85); }

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

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

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

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

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

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

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