#503CAD

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

Shades of Blue Gem #503CAD

Tints of Blue Gem #503CAD

Color information

#503CAD (or 0x503CAD) is unknown color: approx Blue Gem. HEX triplet: 50, 3C and AD. RGB value is (80,60,173). Sum of RGB (Red+Green+Blue) = 80+60+173=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #503CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503CAD is #AFC352. Grayscale: #4E4E4E. Windows color (decimal): -11518803 or 11353168. OLE color: 11353168.

HSL color Cylindrical-coordinate representation of color #503CAD: hue angle of 250.62º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503CAD is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8060173-
CMYK0.540.6500.32
HSL250.62º48.5%45.69%-
HSV(B)250.62º65.32%67.84%-
XYZ12.477.9540.41-
YUV78.86181.13128.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=25.56%
G=19.17%
B=55.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80601730.540.6500.32250.6248.545.69
Hex503CAD3641020fb302e
Octal12074255661010403736056
Binary1010000111100101011011101101000001010000011111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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