#555755

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

Shades of Nandor #555755

Tints of Nandor #555755

Color information

#555755 (or 0x555755) is unknown color: approx Nandor. HEX triplet: 55, 57 and 55. RGB value is (85,87,85). Sum of RGB (Red+Green+Blue) = 85+87+85=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 87 - color contains mainly: green. Hex color #555755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555755 is #AAA8AA. Grayscale: #565656. Windows color (decimal): -11184299 or 5592917. OLE color: 5592917.

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

Color convert

RGB858785-
CMYK0.0200.020.66
HSL120º1.16%33.73%-
HSV(B)120º2.3%34.12%-
XYZ8.799.49.95-
YUV86.17127.34127.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=33.07%
G=33.85%
B=33.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587850.0200.020.661201.1633.73
Hex5557552024278122
Octal125127125202102170142
Binary10101011010111101010110010100001011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555755; }

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

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

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

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

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

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

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

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