#525752

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

Shades of Nandor #525752

Tints of Nandor #525752

Color information

#525752 (or 0x525752) is unknown color: approx Nandor. HEX triplet: 52, 57 and 52. RGB value is (82,87,82). Sum of RGB (Red+Green+Blue) = 82+87+82=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 87 - color contains mainly: green. Hex color #525752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525752 is #ADA8AD. Grayscale: #545454. Windows color (decimal): -11380910 or 5396306. OLE color: 5396306.

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

Color convert

RGB828782-
CMYK0.0600.060.66
HSL120º2.96%33.14%-
HSV(B)120º5.75%34.12%-
XYZ8.419.229.32-
YUV84.93126.34125.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=32.67%
G=34.66%
B=32.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287820.0600.060.661202.9633.14
Hex5257526064278321
Octal122127122606102170341
Binary10100101010111101001011001101000010111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525752; }

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

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

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

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

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

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

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

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