#525D52

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

Shades of Nandor #525D52

Tints of Nandor #525D52

Color information

#525D52 (or 0x525D52) is unknown color: approx Nandor. HEX triplet: 52, 5D and 52. RGB value is (82,93,82). Sum of RGB (Red+Green+Blue) = 82+93+82=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #525D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D52 is #ADA2AD. Grayscale: #585858. Windows color (decimal): -11379374 or 5397842. OLE color: 5397842.

HSL color Cylindrical-coordinate representation of color #525D52: hue angle of 120º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525D52 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB829382-
CMYK0.1200.120.64
HSL120º6.29%34.31%-
HSV(B)120º11.83%36.47%-
XYZ8.9210.239.49-
YUV88.46124.36123.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=31.91%
G=36.19%
B=31.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293820.1200.120.641206.2934.31
Hex525D52C0C4078622
Octal12213512214014100170642
Binary10100101011101101001011000110010000001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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