Html Css Color HEX #503CAA Blue Gem

📋 copy color: '#503CAA'

red 80 ◦ green 60 ◦ blue 170

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

Shades of Blue Gem #503CAA

Tints of Blue Gem #503CAA

RGB

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

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

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

R = 25.81%
G = 19.35%
B = 54.84%

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

#503CAA (or 0x503CAA) is known color: Blue Gem. HEX triplet: 50, 3C and AA. RGB value is (80,60,170). Sum of RGB (Red+Green+Blue) = 80+60+170=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #503CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503CAA is #AFC355. Grayscale: #4E4E4E. Windows color (decimal): -11518806 or 11156560. OLE color: 11156560.

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

Color convert

RGB 80 60 170 -
CMYK 0.53 0.65 0 0.33
HSL 250.91º 0.48% 0.45% -
HSV(B) 250.91º 0.65% 0.67% -
XYZ 12.18 7.84 38.9 -
YUV 78.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 80 60 170 0.53 0.65 0 0.33 250.91 0.48 0.45
Hex 50 3C AA 35 41 0 21 FB 30 2D
Octal 120 74 252 65 101 0 41 373 60 55
Binary 1010000 111100 10101010 110101 1000001 0 100001 11111011 110000 101101

Color Harmonies of #503CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CAA

Black with #503CAA

Text Example


Text Example

White with #503CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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