#503AA7

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

Shades of Blue Gem #503AA7

Tints of Blue Gem #503AA7

Color information

#503AA7 (or 0x503AA7) is unknown color: approx Blue Gem. HEX triplet: 50, 3A and A7. RGB value is (80,58,167). Sum of RGB (Red+Green+Blue) = 80+58+167=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 167 (65.62% from 255 or 54.75% from 305); Max value from RGB is 167 - color contains mainly: blue. Hex color #503AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AA7 is #AFC558. Grayscale: #4C4C4C. Windows color (decimal): -11519321 or 10959440. OLE color: 10959440.

HSL color Cylindrical-coordinate representation of color #503AA7: hue angle of 252.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503AA7 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8058167-
CMYK0.520.6500.35
HSL252.11º48.44%44.12%-
HSV(B)252.11º65.27%65.49%-
XYZ11.87.5237.39-
YUV77178.79130.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 58 (23.05% from 255) = 19.02%
BLUE value IS 167 (65.62% from 255) = 54.75%
R=26.23%
G=19.02%
B=54.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80581670.520.6500.35252.1148.4444.12
Hex503AA73441023fc302c
Octal12072247641010433746054
Binary1010000111010101001111101001000001010001111111100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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