#503F89

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

Shades of Blue Gem #503F89

Tints of Blue Gem #503F89

Color information

#503F89 (or 0x503F89) is unknown color: approx Blue Gem. HEX triplet: 50, 3F and 89. RGB value is (80,63,137). Sum of RGB (Red+Green+Blue) = 80+63+137=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #503F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F89 is #AFC076. Grayscale: #4C4C4C. Windows color (decimal): -11518071 or 8994640. OLE color: 8994640.

HSL color Cylindrical-coordinate representation of color #503F89: hue angle of 253.78º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503F89 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8063137-
CMYK0.420.5400.46
HSL253.78º37%39.22%-
HSV(B)253.78º54.01%53.73%-
XYZ9.67.0724.52-
YUV76.52162.13130.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=28.57%
G=22.5%
B=48.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80631370.420.5400.46253.783739.22
Hex503F892A3602Efe2527
Octal1207721152660563764547
Binary101000011111110001001101010110110010111011111110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,63,137); }

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

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

 a { background-color: rgb(80,63,137); }

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

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

 span { border-color: rgb(80,63,137); }

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