Html Css Color HEX #503AAC Blue Gem

📋 copy color: '#503AAC'

red 80 ◦ green 58 ◦ blue 172

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

Shades of Blue Gem #503AAC

Tints of Blue Gem #503AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 25.81%
G = 18.71%
B = 55.48%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#503AAC (or 0x503AAC) is known color: Blue Gem. HEX triplet: 50, 3A and AC. RGB value is (80,58,172). Sum of RGB (Red+Green+Blue) = 80+58+172=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #503AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AAC is #AFC553. Grayscale: #4D4D4D. Windows color (decimal): -11519316 or 11287120. OLE color: 11287120.

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

Color convert

RGB 80 58 172 -
CMYK 0.53 0.66 0 0.33
HSL 251.58º 0.5% 0.45% -
HSV(B) 251.58º 0.66% 0.67% -
XYZ 12.27 7.71 39.87 -
YUV 77.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 80 58 172 0.53 0.66 0 0.33 251.58 0.5 0.45
Hex 50 3A AC 35 42 0 21 FC 32 2D
Octal 120 72 254 65 102 0 41 374 62 55
Binary 1010000 111010 10101100 110101 1000010 0 100001 11111100 110010 101101

Color Harmonies of #503AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AAC

Black with #503AAC

Text Example


Text Example

White with #503AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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