#503AAF

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

Shades of Blue Gem #503AAF

Tints of Blue Gem #503AAF

Color information

#503AAF (or 0x503AAF) is unknown color: approx Blue Gem. HEX triplet: 50, 3A and AF. RGB value is (80,58,175). Sum of RGB (Red+Green+Blue) = 80+58+175=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #503AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AAF is #AFC550. Grayscale: #4D4D4D. Windows color (decimal): -11519313 or 11483728. OLE color: 11483728.

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

Color convert

RGB8058175-
CMYK0.540.6700.31
HSL251.28º50.21%45.69%-
HSV(B)251.28º66.86%68.63%-
XYZ12.567.8341.41-
YUV77.92182.79129.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 175 (68.75% from 255) = 55.91%
R=25.56%
G=18.53%
B=55.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80581750.540.6700.31251.2850.2145.69
Hex503AAF364301Ffb322e
Octal12072257661030373736256
Binary101000011101010101111110110100001101111111111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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