#525A53

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

Shades of Nandor #525A53

Tints of Nandor #525A53

Color information

#525A53 (or 0x525A53) is unknown color: approx Nandor. HEX triplet: 52, 5A and 53. RGB value is (82,90,83). Sum of RGB (Red+Green+Blue) = 82+90+83=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 90 - color contains mainly: green. Hex color #525A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A53 is #ADA5AC. Grayscale: #565656. Windows color (decimal): -11380141 or 5462610. OLE color: 5462610.

HSL color Cylindrical-coordinate representation of color #525A53: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #525A53 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB829083-
CMYK0.0900.080.65
HSL127.5º4.65%33.73%-
HSV(B)127.5º8.89%35.29%-
XYZ8.79.739.6-
YUV86.81125.85124.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 83 (32.81% from 255) = 32.55%
R=32.16%
G=35.29%
B=32.55%

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
Decimal8290830.0900.080.65127.54.6533.73
Hex525A53908417f522
Octal12213212311010101177542
Binary10100101011010101001110010100010000011111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,90,83); }

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

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

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

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

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

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

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