#525B52

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

Shades of Nandor #525B52

Tints of Nandor #525B52

Color information

#525B52 (or 0x525B52) is unknown color: approx Nandor. HEX triplet: 52, 5B and 52. RGB value is (82,91,82). Sum of RGB (Red+Green+Blue) = 82+91+82=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 91 - color contains mainly: green. Hex color #525B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B52 is #ADA4AD. Grayscale: #575757. Windows color (decimal): -11379886 or 5397330. OLE color: 5397330.

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

Color convert

RGB829182-
CMYK0.1000.100.64
HSL120º5.2%33.92%-
HSV(B)120º9.89%35.69%-
XYZ8.749.899.43-
YUV87.28125.02124.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=32.16%
G=35.69%
B=32.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291820.1000.100.641205.233.92
Hex525B52A0A4078522
Octal12213312212012100170542
Binary10100101011011101001010100101010000001111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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