#50486D

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

Shades of Meteorite #50486D

Tints of Meteorite #50486D

Color information

#50486D (or 0x50486D) is unknown color: approx Meteorite. HEX triplet: 50, 48 and 6D. RGB value is (80,72,109). Sum of RGB (Red+Green+Blue) = 80+72+109=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #50486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50486D is #AFB792. Grayscale: #4E4E4E. Windows color (decimal): -11515795 or 7161936. OLE color: 7161936.

HSL color Cylindrical-coordinate representation of color #50486D: hue angle of 252.97º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50486D is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8072109-
CMYK0.270.3400.57
HSL252.97º20.44%35.49%-
HSV(B)252.97º33.94%42.75%-
XYZ8.397.4415.46-
YUV78.61145.15128.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=30.65%
G=27.59%
B=41.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80721090.270.3400.57252.9720.4435.49
Hex50486D1B22039fd1423
Octal12011015533420713752443
Binary1010000100100011011011101110001001110011111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50486D; }

 p { color: rgb(80,72,109); }

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

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

 a { background-color: rgb(80,72,109); }

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

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

 span { border-color: rgb(80,72,109); }

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