Html Css Color HEX #503BAD Blue Gem

📋 copy color: '#503BAD'

red 80 ◦ green 59 ◦ blue 173

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

Shades of Blue Gem #503BAD

Tints of Blue Gem #503BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

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

R = 25.64%
G = 18.91%
B = 55.45%

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

#503BAD (or 0x503BAD) is known color: Blue Gem. HEX triplet: 50, 3B and AD. RGB value is (80,59,173). Sum of RGB (Red+Green+Blue) = 80+59+173=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #503BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BAD is #AFC452. Grayscale: #4D4D4D. Windows color (decimal): -11519059 or 11352912. OLE color: 11352912.

HSL color Cylindrical-coordinate representation of color #503BAD: hue angle of 251.05º degrees, saturation: 0.49, 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 #503BAD is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 59 173 -
CMYK 0.54 0.66 0 0.32
HSL 251.05º 0.49% 0.45% -
HSV(B) 251.05º 0.66% 0.68% -
XYZ 12.42 7.85 40.4 -
YUV 78.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 80 59 173 0.54 0.66 0 0.32 251.05 0.49 0.45
Hex 50 3B AD 36 42 0 20 FB 31 2D
Octal 120 73 255 66 102 0 40 373 61 55
Binary 1010000 111011 10101101 110110 1000010 0 100000 11111011 110001 101101

Color Harmonies of #503BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BAD

Black with #503BAD

Text Example


Text Example

White with #503BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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