#526552

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

Shades of Nandor #526552

Tints of Nandor #526552

Color information

#526552 (or 0x526552) is unknown color: approx Nandor. HEX triplet: 52, 65 and 52. RGB value is (82,101,82). Sum of RGB (Red+Green+Blue) = 82+101+82=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 101 - color contains mainly: green. Hex color #526552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526552 is #AD9AAD. Grayscale: #5D5D5D. Windows color (decimal): -11377326 or 5399890. OLE color: 5399890.

HSL color Cylindrical-coordinate representation of color #526552: hue angle of 120º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526552 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB8210182-
CMYK0.1900.190.60
HSL120º10.38%35.88%-
HSV(B)120º18.81%39.61%-
XYZ9.6611.719.73-
YUV93.15121.71120.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=30.94%
G=38.11%
B=30.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101820.1900.190.6012010.3835.88
Hex526552130133C78a24
Octal12214512223023741701244
Binary1010010110010110100101001101001111110011110001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526552; }

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

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

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

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

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

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

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

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