Html Css Color HEX #503BAB Blue Gem

📋 copy color: '#503BAB'

red 80 ◦ green 59 ◦ blue 171

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

Shades of Blue Gem #503BAB

Tints of Blue Gem #503BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.16%

R = 25.81%
G = 19.03%
B = 55.16%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#503BAB (or 0x503BAB) is known color: Blue Gem. HEX triplet: 50, 3B and AB. RGB value is (80,59,171). Sum of RGB (Red+Green+Blue) = 80+59+171=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #503BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BAB is #AFC454. Grayscale: #4D4D4D. Windows color (decimal): -11519061 or 11221840. OLE color: 11221840.

HSL color Cylindrical-coordinate representation of color #503BAB: hue angle of 251.25º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503BAB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 59 171 -
CMYK 0.53 0.65 0 0.33
HSL 251.25º 0.49% 0.45% -
HSV(B) 251.25º 0.65% 0.67% -
XYZ 12.22 7.77 39.38 -
YUV 78.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 80 59 171 0.53 0.65 0 0.33 251.25 0.49 0.45
Hex 50 3B AB 35 41 0 21 FB 31 2D
Octal 120 73 253 65 101 0 41 373 61 55
Binary 1010000 111011 10101011 110101 1000001 0 100001 11111011 110001 101101

Color Harmonies of #503BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BAB

Black with #503BAB

Text Example


Text Example

White with #503BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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