#503CAB

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

Shades of Blue Gem #503CAB

Tints of Blue Gem #503CAB

Color information

#503CAB (or 0x503CAB) is unknown color: approx Blue Gem. HEX triplet: 50, 3C and AB. RGB value is (80,60,171). Sum of RGB (Red+Green+Blue) = 80+60+171=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #503CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503CAB is #AFC354. Grayscale: #4E4E4E. Windows color (decimal): -11518805 or 11222096. OLE color: 11222096.

HSL color Cylindrical-coordinate representation of color #503CAB: hue angle of 250.81º degrees, saturation: 0.48, 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 #503CAB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8060171-
CMYK0.530.6500.33
HSL250.81º48.05%45.29%-
HSV(B)250.81º64.91%67.06%-
XYZ12.277.8839.4-
YUV78.63180.13128.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=25.72%
G=19.29%
B=54.98%

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
Decimal80601710.530.6500.33250.8148.0545.29
Hex503CAB3541021fb302d
Octal12074253651010413736055
Binary1010000111100101010111101011000001010000111111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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