#503BAA

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

Shades of Blue Gem #503BAA

Tints of Blue Gem #503BAA

Color information

#503BAA (or 0x503BAA) is unknown color: approx Blue Gem. HEX triplet: 50, 3B and AA. RGB value is (80,59,170). Sum of RGB (Red+Green+Blue) = 80+59+170=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #503BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BAA is #AFC455. Grayscale: #4D4D4D. Windows color (decimal): -11519062 or 11156304. OLE color: 11156304.

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

Color convert

RGB8059170-
CMYK0.530.6500.33
HSL251.35º48.47%44.9%-
HSV(B)251.35º65.29%66.67%-
XYZ12.137.7438.88-
YUV77.93179.96129.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=25.89%
G=19.09%
B=55.02%

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
Decimal80591700.530.6500.33251.3548.4744.9
Hex503BAA3541021fb302d
Octal12073252651010413736055
Binary1010000111011101010101101011000001010000111111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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