#525F50

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

Shades of Nandor #525F50

Tints of Nandor #525F50

Color information

#525F50 (or 0x525F50) is unknown color: approx Nandor. HEX triplet: 52, 5F and 50. RGB value is (82,95,80). Sum of RGB (Red+Green+Blue) = 82+95+80=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #525F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F50 is #ADA0AF. Grayscale: #595959. Windows color (decimal): -11378864 or 5267282. OLE color: 5267282.

HSL color Cylindrical-coordinate representation of color #525F50: hue angle of 112º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #525F50 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB829580-
CMYK0.1400.160.63
HSL112º8.57%34.31%-
HSV(B)112º15.79%37.25%-
XYZ9.0210.569.15-
YUV89.4122.69122.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=31.91%
G=36.96%
B=31.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8295800.1400.160.631128.5734.31
Hex525F50E0103F70922
Octal12213712016020771601142
Binary101001010111111010000111001000011111111100001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525F50; }

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

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

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

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

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

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

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

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