Html Css Color HEX #503BAA Blue Gem

📋 copy color: '#503BAA'

red 80 ◦ green 59 ◦ blue 170

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

Shades of Blue Gem #503BAA

Tints of Blue Gem #503BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 25.89%
G = 19.09%
B = 55.02%

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

#503BAA (or 0x503BAA) is known color: Blue Gem. HEX triplet: 50, 3B and AA. RGB value is (80,59,170). Sum of RGB (Red+Green+Blue) = 80+59+170=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #503BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BAA is #AFC455. Grayscale: #4D4D4D. Windows color (decimal): -11519062 or 11156304. OLE color: 11156304.

HSL color Cylindrical-coordinate representation of color #503BAA: hue angle of 251.35º degrees, saturation: 0.48, 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 #503BAA is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 59 170 -
CMYK 0.53 0.65 0 0.33
HSL 251.35º 0.48% 0.45% -
HSV(B) 251.35º 0.65% 0.67% -
XYZ 12.13 7.74 38.88 -
YUV 77.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 80 59 170 0.53 0.65 0 0.33 251.35 0.48 0.45
Hex 50 3B AA 35 41 0 21 FB 30 2D
Octal 120 73 252 65 101 0 41 373 60 55
Binary 1010000 111011 10101010 110101 1000001 0 100001 11111011 110000 101101

Color Harmonies of #503BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BAA

Black with #503BAA

Text Example


Text Example

White with #503BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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