#515D50

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

Shades of Nandor #515D50

Tints of Nandor #515D50

Color information

#515D50 (or 0x515D50) is unknown color: approx Nandor. HEX triplet: 51, 5D and 50. RGB value is (81,93,80). Sum of RGB (Red+Green+Blue) = 81+93+80=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 93 - color contains mainly: green. Hex color #515D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D50 is #AEA2AF. Grayscale: #575757. Windows color (decimal): -11444912 or 5266769. OLE color: 5266769.

HSL color Cylindrical-coordinate representation of color #515D50: hue angle of 115.38º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #515D50 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB819380-
CMYK0.1300.140.64
HSL115.38º7.51%33.92%-
HSV(B)115.38º13.98%36.47%-
XYZ8.7610.169.09-
YUV87.93123.52123.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 80 (31.64% from 255) = 31.50%
R=31.89%
G=36.61%
B=31.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193800.1300.140.64115.387.5133.92
Hex515D50D0E4073822
Octal121135120150161001631042
Binary101000110111011010000110101110100000011100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515D50; }

 p { color: rgb(81,93,80); }

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

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

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

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

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

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

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