Html Css Color HEX #503AAA Blue Gem

📋 copy color: '#503AAA'

red 80 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #503AAA

Tints of Blue Gem #503AAA

RGB

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

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

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

R = 25.97%
G = 18.83%
B = 55.19%

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

#503AAA (or 0x503AAA) is known color: Blue Gem. HEX triplet: 50, 3A and AA. RGB value is (80,58,170). Sum of RGB (Red+Green+Blue) = 80+58+170=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #503AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AAA is #AFC555. Grayscale: #4C4C4C. Windows color (decimal): -11519318 or 11156048. OLE color: 11156048.

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

Color convert

RGB 80 58 170 -
CMYK 0.53 0.66 0 0.33
HSL 251.79º 0.49% 0.45% -
HSV(B) 251.79º 0.66% 0.67% -
XYZ 12.08 7.63 38.87 -
YUV 77.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 80 58 170 0.53 0.66 0 0.33 251.79 0.49 0.45
Hex 50 3A AA 35 42 0 21 FC 31 2D
Octal 120 72 252 65 102 0 41 374 61 55
Binary 1010000 111010 10101010 110101 1000010 0 100001 11111100 110001 101101

Color Harmonies of #503AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AAA

Black with #503AAA

Text Example


Text Example

White with #503AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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