#515951

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

Shades of Nandor #515951

Tints of Nandor #515951

Color information

#515951 (or 0x515951) is unknown color: approx Nandor. HEX triplet: 51, 59 and 51. RGB value is (81,89,81). Sum of RGB (Red+Green+Blue) = 81+89+81=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #515951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515951 is #AEA6AE. Grayscale: #555555. Windows color (decimal): -11445935 or 5331281. OLE color: 5331281.

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

Color convert

RGB818981-
CMYK0.0900.090.65
HSL120º4.71%33.33%-
HSV(B)120º8.99%34.9%-
XYZ8.459.499.17-
YUV85.7125.35124.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=32.27%
G=35.46%
B=32.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189810.0900.090.651204.7133.33
Hex5159519094178521
Octal12113112111011101170541
Binary10100011011001101000110010100110000011111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515951; }

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

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

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

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

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

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

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

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