Html Css Color HEX #503AAE Blue Gem

📋 copy color: '#503AAE'

red 80 ◦ green 58 ◦ blue 174

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

Shades of Blue Gem #503AAE

Tints of Blue Gem #503AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

 BLUE value IS 174 (68.36% from 255) = 55.77%

R = 25.64%
G = 18.59%
B = 55.77%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#503AAE (or 0x503AAE) is known color: Blue Gem. HEX triplet: 50, 3A and AE. RGB value is (80,58,174). Sum of RGB (Red+Green+Blue) = 80+58+174=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #503AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AAE is #AFC551. Grayscale: #4D4D4D. Windows color (decimal): -11519314 or 11418192. OLE color: 11418192.

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

Color convert

RGB 80 58 174 -
CMYK 0.54 0.67 0 0.32
HSL 251.38º 0.5% 0.45% -
HSV(B) 251.38º 0.67% 0.68% -
XYZ 12.46 7.79 40.89 -
YUV 77.8 182.29 129.57 -
System Red Green Blue C M Y K H S L
Decimal 80 58 174 0.54 0.67 0 0.32 251.38 0.5 0.45
Hex 50 3A AE 36 43 0 20 FB 32 2D
Octal 120 72 256 66 103 0 40 373 62 55
Binary 1010000 111010 10101110 110110 1000011 0 100000 11111011 110010 101101

Color Harmonies of #503AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AAE

Black with #503AAE

Text Example


Text Example

White with #503AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,58,174); }

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

background-color css

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

 a { background-color: rgb(80,58,174); }

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

border-color css

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

 span { border-color: rgb(80,58,174); }

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