#503BAB

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

Shades of Blue Gem #503BAB

Tints of Blue Gem #503BAB

Color information

#503BAB (or 0x503BAB) is unknown color: approx Blue Gem. HEX triplet: 50, 3B and AB. RGB value is (80,59,171). Sum of RGB (Red+Green+Blue) = 80+59+171=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #503BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BAB is #AFC454. Grayscale: #4D4D4D. Windows color (decimal): -11519061 or 11221840. OLE color: 11221840.

HSL color Cylindrical-coordinate representation of color #503BAB: hue angle of 251.25º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503BAB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8059171-
CMYK0.530.6500.33
HSL251.25º48.7%45.1%-
HSV(B)251.25º65.5%67.06%-
XYZ12.227.7739.38-
YUV78.05180.46129.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 59 (23.44% from 255) = 19.03%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=25.81%
G=19.03%
B=55.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80591710.530.6500.33251.2548.745.1
Hex503BAB3541021fb312d
Octal12073253651010413736155
Binary1010000111011101010111101011000001010000111111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,59,171); }

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

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

 a { background-color: rgb(80,59,171); }

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

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

 span { border-color: rgb(80,59,171); }

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