#525E51

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

Shades of Nandor #525E51

Tints of Nandor #525E51

Color information

#525E51 (or 0x525E51) is unknown color: approx Nandor. HEX triplet: 52, 5E and 51. RGB value is (82,94,81). Sum of RGB (Red+Green+Blue) = 82+94+81=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 94 - color contains mainly: green. Hex color #525E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E51 is #ADA1AE. Grayscale: #585858. Windows color (decimal): -11379119 or 5332562. OLE color: 5332562.

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

Color convert

RGB829481-
CMYK0.1300.140.63
HSL115.38º7.43%34.31%-
HSV(B)115.38º13.83%36.86%-
XYZ8.9710.399.32-
YUV88.93123.52123.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=31.91%
G=36.58%
B=31.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8294810.1300.140.63115.387.4334.31
Hex525E51D0E3F73722
Octal1221361211501677163742
Binary1010010101111010100011101011101111111110011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525E51; }

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

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

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

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

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

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

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

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