#525953

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

Shades of Nandor #525953

Tints of Nandor #525953

Color information

#525953 (or 0x525953) is unknown color: approx Nandor. HEX triplet: 52, 59 and 53. RGB value is (82,89,83). Sum of RGB (Red+Green+Blue) = 82+89+83=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 89 - color contains mainly: green. Hex color #525953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525953 is #ADA6AC. Grayscale: #565656. Windows color (decimal): -11380397 or 5462354. OLE color: 5462354.

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

Color convert

RGB828983-
CMYK0.0800.070.65
HSL128.57º4.09%33.53%-
HSV(B)128.57º7.87%34.9%-
XYZ8.619.569.58-
YUV86.22126.18124.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=32.28%
G=35.04%
B=32.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289830.0800.070.65128.574.0933.53
Hex5259538074181422
Octal1221311231007101201442
Binary10100101011001101001110000111100000110000001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525953; }

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

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

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

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

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

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

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

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