#525852

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

Shades of Nandor #525852

Tints of Nandor #525852

Color information

#525852 (or 0x525852) is unknown color: approx Nandor. HEX triplet: 52, 58 and 52. RGB value is (82,88,82). Sum of RGB (Red+Green+Blue) = 82+88+82=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #525852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525852 is #ADA7AD. Grayscale: #555555. Windows color (decimal): -11380654 or 5396562. OLE color: 5396562.

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

Color convert

RGB828882-
CMYK0.0700.070.65
HSL120º3.53%33.33%-
HSV(B)120º6.82%34.51%-
XYZ8.499.389.35-
YUV85.52126.01125.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=32.54%
G=34.92%
B=32.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288820.0700.070.651203.5333.33
Hex5258527074178421
Octal122130122707101170441
Binary101001010110001010010111011110000011111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525852; }

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

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

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

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

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

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

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

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