#555F56

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

Shades of Nandor #555F56

Tints of Nandor #555F56

Color information

#555F56 (or 0x555F56) is unknown color: approx Nandor. HEX triplet: 55, 5F and 56. RGB value is (85,95,86). Sum of RGB (Red+Green+Blue) = 85+95+86=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 95 - color contains mainly: green. Hex color #555F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F56 is #AAA0A9. Grayscale: #5B5B5B. Windows color (decimal): -11182250 or 5660501. OLE color: 5660501.

HSL color Cylindrical-coordinate representation of color #555F56: hue angle of 126º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555F56 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB859586-
CMYK0.1100.090.63
HSL126º5.56%35.29%-
HSV(B)126º10.53%37.25%-
XYZ9.5210.7910.38-
YUV90.98125.19123.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=31.95%
G=35.71%
B=32.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595860.1100.090.631265.5635.29
Hex555F56B093F7e623
Octal1251371261301177176643
Binary1010101101111110101101011010011111111111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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