#526352

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

Shades of Nandor #526352

Tints of Nandor #526352

Color information

#526352 (or 0x526352) is unknown color: approx Nandor. HEX triplet: 52, 63 and 52. RGB value is (82,99,82). Sum of RGB (Red+Green+Blue) = 82+99+82=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #526352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526352 is #AD9CAD. Grayscale: #5C5C5C. Windows color (decimal): -11377838 or 5399378. OLE color: 5399378.

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

Color convert

RGB829982-
CMYK0.1700.170.61
HSL120º9.39%35.49%-
HSV(B)120º17.17%38.82%-
XYZ9.4611.339.67-
YUV91.98122.37120.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=31.18%
G=37.64%
B=31.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299820.1700.170.611209.3935.49
Hex526352110113D78923
Octal12214312221021751701143
Binary1010010110001110100101000101000111110111110001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526352; }

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

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

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

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

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

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

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

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