#506052

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

Shades of Nandor #506052

Tints of Nandor #506052

Color information

#506052 (or 0x506052) is unknown color: approx Nandor. HEX triplet: 50, 60 and 52. RGB value is (80,96,82). Sum of RGB (Red+Green+Blue) = 80+96+82=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #506052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506052 is #AF9FAD. Grayscale: #595959. Windows color (decimal): -11509678 or 5398608. OLE color: 5398608.

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

Color convert

RGB809682-
CMYK0.1700.150.62
HSL127.5º9.09%34.51%-
HSV(B)127.5º16.67%37.65%-
XYZ9.0110.689.57-
YUV89.62123.7121.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=31.01%
G=37.21%
B=31.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096820.1700.150.62127.59.0934.51
Hex506052110F3E7f923
Octal12014012221017761771143
Binary101000011000001010010100010111111111011111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506052; }

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

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

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

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

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

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

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

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