Html Css Color HEX #503CAD Blue Gem

📋 copy color: '#503CAD'

red 80 ◦ green 60 ◦ blue 173

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

Shades of Blue Gem #503CAD

Tints of Blue Gem #503CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

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

R = 25.56%
G = 19.17%
B = 55.27%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#503CAD (or 0x503CAD) is known color: Blue Gem. HEX triplet: 50, 3C and AD. RGB value is (80,60,173). Sum of RGB (Red+Green+Blue) = 80+60+173=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #503CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503CAD is #AFC352. Grayscale: #4E4E4E. Windows color (decimal): -11518803 or 11353168. OLE color: 11353168.

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

Color convert

RGB 80 60 173 -
CMYK 0.54 0.65 0 0.32
HSL 250.62º 0.48% 0.46% -
HSV(B) 250.62º 0.65% 0.68% -
XYZ 12.47 7.95 40.41 -
YUV 78.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 80 60 173 0.54 0.65 0 0.32 250.62 0.48 0.46
Hex 50 3C AD 36 41 0 20 FB 30 2E
Octal 120 74 255 66 101 0 40 373 60 56
Binary 1010000 111100 10101101 110110 1000001 0 100000 11111011 110000 101110

Color Harmonies of #503CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CAD

Black with #503CAD

Text Example


Text Example

White with #503CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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