#515952

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

Shades of Nandor #515952

Tints of Nandor #515952

Color information

#515952 (or 0x515952) is unknown color: approx Nandor. HEX triplet: 51, 59 and 52. RGB value is (81,89,82). Sum of RGB (Red+Green+Blue) = 81+89+82=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #515952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515952 is #AEA6AD. Grayscale: #555555. Windows color (decimal): -11445934 or 5396817. OLE color: 5396817.

HSL color Cylindrical-coordinate representation of color #515952: hue angle of 127.5º 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 #515952 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB818982-
CMYK0.0900.080.65
HSL127.5º4.71%33.33%-
HSV(B)127.5º8.99%34.9%-
XYZ8.499.59.37-
YUV85.81125.85124.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=32.14%
G=35.32%
B=32.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189820.0900.080.65127.54.7133.33
Hex515952908417f521
Octal12113112211010101177541
Binary10100011011001101001010010100010000011111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515952; }

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

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

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

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

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

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

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

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