Html Css Color HEX #503BAC Blue Gem

📋 copy color: '#503BAC'

red 80 ◦ green 59 ◦ blue 172

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

Shades of Blue Gem #503BAC

Tints of Blue Gem #503BAC

RGB

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

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

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

R = 25.72%
G = 18.97%
B = 55.31%

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

#503BAC (or 0x503BAC) is known color: Blue Gem. HEX triplet: 50, 3B and AC. RGB value is (80,59,172). Sum of RGB (Red+Green+Blue) = 80+59+172=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #503BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BAC is #AFC453. Grayscale: #4D4D4D. Windows color (decimal): -11519060 or 11287376. OLE color: 11287376.

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

Color convert

RGB 80 59 172 -
CMYK 0.53 0.66 0 0.33
HSL 251.15º 0.49% 0.45% -
HSV(B) 251.15º 0.66% 0.67% -
XYZ 12.32 7.81 39.89 -
YUV 78.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 80 59 172 0.53 0.66 0 0.33 251.15 0.49 0.45
Hex 50 3B AC 35 42 0 21 FB 31 2D
Octal 120 73 254 65 102 0 41 373 61 55
Binary 1010000 111011 10101100 110101 1000010 0 100001 11111011 110001 101101

Color Harmonies of #503BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BAC

Black with #503BAC

Text Example


Text Example

White with #503BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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