#515251

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

Shades of Nandor #515251

Tints of Nandor #515251

Color information

#515251 (or 0x515251) is unknown color: approx Nandor. HEX triplet: 51, 52 and 51. RGB value is (81,82,81). Sum of RGB (Red+Green+Blue) = 81+82+81=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 82 - color contains mainly: green. Hex color #515251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515251 is #AEADAE. Grayscale: #515151. Windows color (decimal): -11447727 or 5329489. OLE color: 5329489.

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

Color convert

RGB818281-
CMYK0.0100.010.68
HSL120º0.61%31.96%-
HSV(B)120º1.22%32.16%-
XYZ7.98.388.99-
YUV81.59127.67127.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=33.20%
G=33.61%
B=33.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182810.0100.010.681200.6131.96
Hex5152511014478120
Octal121122121101104170140
Binary101000110100101010001101100010011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515251; }

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

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

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

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

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

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

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

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