#503BA2

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

Shades of Blue Gem #503BA2

Tints of Blue Gem #503BA2

Color information

#503BA2 (or 0x503BA2) is unknown color: approx Blue Gem. HEX triplet: 50, 3B and A2. RGB value is (80,59,162). Sum of RGB (Red+Green+Blue) = 80+59+162=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 162 (63.67% from 255 or 53.82% from 301); Max value from RGB is 162 - color contains mainly: blue. Hex color #503BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BA2 is #AFC45D. Grayscale: #4C4C4C. Windows color (decimal): -11519070 or 10632016. OLE color: 10632016.

HSL color Cylindrical-coordinate representation of color #503BA2: hue angle of 252.23º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503BA2 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8059162-
CMYK0.510.6400.36
HSL252.23º46.61%43.33%-
HSV(B)252.23º63.58%63.53%-
XYZ11.397.4435.02-
YUV77.02175.96130.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 59 (23.44% from 255) = 19.60%
BLUE value IS 162 (63.67% from 255) = 53.82%
R=26.58%
G=19.60%
B=53.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80591620.510.6400.36252.2346.6143.33
Hex503BA23340024fc2f2b
Octal12073242631000443745753
Binary1010000111011101000101100111000000010010011111100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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