#555D55

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

Shades of Nandor #555D55

Tints of Nandor #555D55

Color information

#555D55 (or 0x555D55) is unknown color: approx Nandor. HEX triplet: 55, 5D and 55. RGB value is (85,93,85). Sum of RGB (Red+Green+Blue) = 85+93+85=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #555D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D55 is #AAA2AA. Grayscale: #595959. Windows color (decimal): -11182763 or 5594453. OLE color: 5594453.

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

Color convert

RGB859385-
CMYK0.0900.090.64
HSL120º4.49%34.9%-
HSV(B)120º8.6%36.47%-
XYZ9.310.4210.11-
YUV89.7125.35124.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 85 (33.59% from 255) = 32.32%
R=32.32%
G=35.36%
B=32.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593850.0900.090.641204.4934.9
Hex555D559094078423
Octal12513512511011100170443
Binary10101011011101101010110010100110000001111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555D55; }

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

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

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

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

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

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

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

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