Html Css Color HEX #503AAD Blue Gem

📋 copy color: '#503AAD'

red 80 ◦ green 58 ◦ blue 173

#503AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #503AAD

Tints of Blue Gem #503AAD

RGB

 RED value IS 80 (31.64% from 255) = 25.72%

 GREEN value IS 58 (23.05% from 255) = 18.65%

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 25.72%
G = 18.65%
B = 55.63%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#503AAD (or 0x503AAD) is known color: Blue Gem. HEX triplet: 50, 3A and AD. RGB value is (80,58,173). Sum of RGB (Red+Green+Blue) = 80+58+173=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #503AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AAD is #AFC552. Grayscale: #4D4D4D. Windows color (decimal): -11519315 or 11352656. OLE color: 11352656.

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

Color convert

RGB 80 58 173 -
CMYK 0.54 0.66 0 0.32
HSL 251.48º 0.5% 0.45% -
HSV(B) 251.48º 0.66% 0.68% -
XYZ 12.36 7.75 40.38 -
YUV 77.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 80 58 173 0.54 0.66 0 0.32 251.48 0.5 0.45
Hex 50 3A AD 36 42 0 20 FB 32 2D
Octal 120 72 255 66 102 0 40 373 62 55
Binary 1010000 111010 10101101 110110 1000010 0 100000 11111011 110010 101101

Color Harmonies of #503AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AAD

Black with #503AAD

Text Example


Text Example

White with #503AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #503AAD;
 }
 .AnyTagClassName
 {
   color: #503AAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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