#50396A

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

Shades of Meteorite #50396A

Tints of Meteorite #50396A

Color information

#50396A (or 0x50396A) is unknown color: approx Meteorite. HEX triplet: 50, 39 and 6A. RGB value is (80,57,106). Sum of RGB (Red+Green+Blue) = 80+57+106=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #50396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50396A is #AFC695. Grayscale: #454545. Windows color (decimal): -11519638 or 6961488. OLE color: 6961488.

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

Color convert

RGB8057106-
CMYK0.250.4600.58
HSL268.16º30.06%31.96%-
HSV(B)268.16º46.23%41.57%-
XYZ7.375.6714.34-
YUV69.46148.62135.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=32.92%
G=23.46%
B=43.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80571060.250.4600.58268.1630.0631.96
Hex50396A192E03A10c1e20
Octal1207115231560724143640
Binary1010000111001110101011001101110011101010000110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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