#503a99

Color #503A99 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #503A99

Tints of Blue Gem #503A99

Color information

#503A99 (or 0x503A99) is unknown color: approx Blue Gem. HEX triplet: 50, 3A and 99. RGB value is (80,58,153). Sum of RGB (Red+Green+Blue) = 80+58+153=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #503A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503A99 is #AFC566. Grayscale: #4B4B4B. Windows color (decimal): -11519335 or 10041936. OLE color: 10041936.

HSL color Cylindrical-coordinate representation of color #503A99: hue angle of 253.89º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503A99 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8058153-
CMYK0.480.6200.4
HSL253.89º45.02%41.37%-
HSV(B)253.89º62.09%60%-
XYZ10.577.0330.94-
YUV75.41171.79131.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=27.49%
G=19.93%
B=52.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80581530.480.6200.4253.8945.0241.37
Hex503A99303E028fe2d29
Octal1207223160760503765551
Binary101000011101010011001110000111110010100011111110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503a99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503a99; }

 p { color: rgb(80,58,153); }

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

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

 a { background-color: rgb(80,58,153); }

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

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

 span { border-color: rgb(80,58,153); }

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