#503A8E

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

Shades of Blue Gem #503A8E

Tints of Blue Gem #503A8E

Color information

#503A8E (or 0x503A8E) is unknown color: approx Blue Gem. HEX triplet: 50, 3A and 8E. RGB value is (80,58,142). Sum of RGB (Red+Green+Blue) = 80+58+142=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #503A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503A8E is #AFC571. Grayscale: #494949. Windows color (decimal): -11519346 or 9321040. OLE color: 9321040.

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

Color convert

RGB8058142-
CMYK0.440.5900.44
HSL255.71º42%39.22%-
HSV(B)255.71º59.15%55.69%-
XYZ9.76.6826.37-
YUV74.15166.29132.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 142 (55.86% from 255) = 50.71%
R=28.57%
G=20.71%
B=50.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80581420.440.5900.44255.714239.22
Hex503A8E2C3B02C1002a27
Octal1207221654730544005247
Binary1010000111010100011101011001110110101100100000000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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