#526C50

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

Shades of Nandor #526C50

Tints of Nandor #526C50

Color information

#526C50 (or 0x526C50) is unknown color: approx Nandor. HEX triplet: 52, 6C and 50. RGB value is (82,108,80). Sum of RGB (Red+Green+Blue) = 82+108+80=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 108 - color contains mainly: green. Hex color #526C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C50 is #AD93AF. Grayscale: #616161. Windows color (decimal): -11375536 or 5270610. OLE color: 5270610.

HSL color Cylindrical-coordinate representation of color #526C50: hue angle of 115.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526C50 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB8210880-
CMYK0.2400.260.58
HSL115.71º14.89%36.86%-
HSV(B)115.71º25.93%42.35%-
XYZ10.2913.19.58-
YUV97.03118.39117.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 108 (42.58% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=30.37%
G=40%
B=29.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108800.2400.260.58115.7114.8936.86
Hex526C501801A3A74f25
Octal12215412030032721641745
Binary1010010110110010100001100001101011101011101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C50; }

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

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

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

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

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

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

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

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