#50486A

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

Shades of Meteorite #50486A

Tints of Meteorite #50486A

Color information

#50486A (or 0x50486A) is unknown color: approx Meteorite. HEX triplet: 50, 48 and 6A. RGB value is (80,72,106). Sum of RGB (Red+Green+Blue) = 80+72+106=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #50486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50486A is #AFB795. Grayscale: #4E4E4E. Windows color (decimal): -11515798 or 6965328. OLE color: 6965328.

HSL color Cylindrical-coordinate representation of color #50486A: hue angle of 254.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50486A is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8072106-
CMYK0.250.3200.58
HSL254.12º19.1%34.9%-
HSV(B)254.12º32.08%41.57%-
XYZ8.237.3814.63-
YUV78.27143.65129.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=31.01%
G=27.91%
B=41.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80721060.250.3200.58254.1219.134.9
Hex50486A192003Afe1323
Octal12011015231400723762343
Binary1010000100100011010101100110000001110101111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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