#526152

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

Shades of Nandor #526152

Tints of Nandor #526152

Color information

#526152 (or 0x526152) is unknown color: approx Nandor. HEX triplet: 52, 61 and 52. RGB value is (82,97,82). Sum of RGB (Red+Green+Blue) = 82+97+82=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #526152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526152 is #AD9EAD. Grayscale: #5A5A5A. Windows color (decimal): -11378350 or 5398866. OLE color: 5398866.

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

Color convert

RGB829782-
CMYK0.1500.150.62
HSL120º8.38%35.1%-
HSV(B)120º15.46%38.04%-
XYZ9.2810.959.61-
YUV90.8123.03121.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=31.42%
G=37.16%
B=31.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297820.1500.150.621208.3835.1
Hex526152F0F3E78823
Octal12214112217017761701043
Binary10100101100001101001011110111111111011110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526152; }

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

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

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

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

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

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

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

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