#503899

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

Shades of Blue Gem #503899

Tints of Blue Gem #503899

Color information

#503899 (or 0x503899) is unknown color: approx Blue Gem. HEX triplet: 50, 38 and 99. RGB value is (80,56,153). Sum of RGB (Red+Green+Blue) = 80+56+153=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #503899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503899 is #AFC766. Grayscale: #494949. Windows color (decimal): -11519847 or 10041424. OLE color: 10041424.

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

Color convert

RGB8056153-
CMYK0.480.6300.4
HSL254.85º46.41%40.98%-
HSV(B)254.85º63.4%60%-
XYZ10.476.8330.9-
YUV74.23172.45132.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=27.68%
G=19.38%
B=52.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80561530.480.6300.4254.8546.4140.98
Hex503899303F028ff2e29
Octal1207023160770503775651
Binary101000011100010011001110000111111010100011111111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503899; }

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

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

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

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

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

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

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

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