#525952

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

Shades of Nandor #525952

Tints of Nandor #525952

Color information

#525952 (or 0x525952) is unknown color: approx Nandor. HEX triplet: 52, 59 and 52. RGB value is (82,89,82). Sum of RGB (Red+Green+Blue) = 82+89+82=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 89 - color contains mainly: green. Hex color #525952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525952 is #ADA6AD. Grayscale: #565656. Windows color (decimal): -11380398 or 5396818. OLE color: 5396818.

HSL color Cylindrical-coordinate representation of color #525952: hue angle of 120º 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 #525952 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB828982-
CMYK0.0800.080.65
HSL120º4.09%33.53%-
HSV(B)120º7.87%34.9%-
XYZ8.589.559.37-
YUV86.11125.68125.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=32.41%
G=35.18%
B=32.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289820.0800.080.651204.0933.53
Hex5259528084178422
Octal12213112210010101170442
Binary10100101011001101001010000100010000011111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525952; }

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

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

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

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

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

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

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

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