#526150

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

Shades of Nandor #526150

Tints of Nandor #526150

Color information

#526150 (or 0x526150) is unknown color: approx Nandor. HEX triplet: 52, 61 and 50. RGB value is (82,97,80). Sum of RGB (Red+Green+Blue) = 82+97+80=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #526150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526150 is #AD9EAF. Grayscale: #5A5A5A. Windows color (decimal): -11378352 or 5267794. OLE color: 5267794.

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

Color convert

RGB829780-
CMYK0.1500.180.62
HSL112.94º9.6%34.71%-
HSV(B)112.94º17.53%38.04%-
XYZ9.210.929.21-
YUV90.58122.03121.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=31.66%
G=37.45%
B=30.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297800.1500.180.62112.949.634.71
Hex526150F0123E71a23
Octal12214112017022761611243
Binary101001011000011010000111101001011111011100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526150; }

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

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

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

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

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

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

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

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