#525452

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

Shades of Nandor #525452

Tints of Nandor #525452

Color information

#525452 (or 0x525452) is unknown color: approx Nandor. HEX triplet: 52, 54 and 52. RGB value is (82,84,82). Sum of RGB (Red+Green+Blue) = 82+84+82=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 84 - color contains mainly: green. Hex color #525452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525452 is #ADABAD. Grayscale: #535353. Windows color (decimal): -11381678 or 5395538. OLE color: 5395538.

HSL color Cylindrical-coordinate representation of color #525452: hue angle of 120º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #525452 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB828482-
CMYK0.0200.020.67
HSL120º1.2%32.55%-
HSV(B)120º2.38%32.94%-
XYZ8.178.749.24-
YUV83.17127.34127.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=33.06%
G=33.87%
B=33.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284820.0200.020.671201.232.55
Hex5254522024378121
Octal122124122202103170141
Binary10100101010100101001010010100001111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525452; }

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

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

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

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

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

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

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

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