#506952

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

Shades of Nandor #506952

Tints of Nandor #506952

Color information

#506952 (or 0x506952) is unknown color: approx Nandor. HEX triplet: 50, 69 and 52. RGB value is (80,105,82). Sum of RGB (Red+Green+Blue) = 80+105+82=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #506952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506952 is #AF96AD. Grayscale: #5E5E5E. Windows color (decimal): -11507374 or 5400912. OLE color: 5400912.

HSL color Cylindrical-coordinate representation of color #506952: hue angle of 124.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506952 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB8010582-
CMYK0.2400.220.59
HSL124.8º13.51%36.27%-
HSV(B)124.8º23.81%41.18%-
XYZ9.8812.429.86-
YUV94.9120.72117.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=29.96%
G=39.33%
B=30.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105820.2400.220.59124.813.5136.27
Hex506952180163B7de24
Octal12015112230026731751644
Binary1010000110100110100101100001011011101111111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506952; }

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

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

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

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

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

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

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

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