#50486E

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

Shades of Meteorite #50486E

Tints of Meteorite #50486E

Color information

#50486E (or 0x50486E) is unknown color: approx Meteorite. HEX triplet: 50, 48 and 6E. RGB value is (80,72,110). Sum of RGB (Red+Green+Blue) = 80+72+110=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #50486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50486E is #AFB791. Grayscale: #4E4E4E. Windows color (decimal): -11515794 or 7227472. OLE color: 7227472.

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

Color convert

RGB8072110-
CMYK0.270.3500.57
HSL252.63º20.88%35.69%-
HSV(B)252.63º34.55%43.14%-
XYZ8.447.4715.75-
YUV78.72145.65128.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=30.53%
G=27.48%
B=41.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80721100.270.3500.57252.6320.8835.69
Hex50486E1B23039fd1524
Octal12011015633430713752544
Binary1010000100100011011101101110001101110011111110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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