#503AAE

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

Shades of Blue Gem #503AAE

Tints of Blue Gem #503AAE

Color information

#503AAE (or 0x503AAE) is unknown color: approx Blue Gem. HEX triplet: 50, 3A and AE. RGB value is (80,58,174). Sum of RGB (Red+Green+Blue) = 80+58+174=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #503AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AAE is #AFC551. Grayscale: #4D4D4D. Windows color (decimal): -11519314 or 11418192. OLE color: 11418192.

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

Color convert

RGB8058174-
CMYK0.540.6700.32
HSL251.38º50%45.49%-
HSV(B)251.38º66.67%68.24%-
XYZ12.467.7940.89-
YUV77.8182.29129.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 58 (23.05% from 255) = 18.59%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=25.64%
G=18.59%
B=55.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80581740.540.6700.32251.385045.49
Hex503AAE3643020fb322d
Octal12072256661030403736255
Binary1010000111010101011101101101000011010000011111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,58,174); }

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

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

 a { background-color: rgb(80,58,174); }

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

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

 span { border-color: rgb(80,58,174); }

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