Html Css Color HEX #503A89 Blue Gem

📋 copy color: '#503A89'

red 80 ◦ green 58 ◦ blue 137

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

Shades of Blue Gem #503A89

Tints of Blue Gem #503A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 29.09%
G = 21.09%
B = 49.82%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#503A89 (or 0x503A89) is known color: Blue Gem. HEX triplet: 50, 3A and 89. RGB value is (80,58,137). Sum of RGB (Red+Green+Blue) = 80+58+137=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #503A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503A89 is #AFC576. Grayscale: #494949. Windows color (decimal): -11519351 or 8993360. OLE color: 8993360.

HSL color Cylindrical-coordinate representation of color #503A89: hue angle of 256.71º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503A89 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 58 137 -
CMYK 0.42 0.58 0 0.46
HSL 256.71º 0.41% 0.38% -
HSV(B) 256.71º 0.58% 0.54% -
XYZ 9.34 6.54 24.44 -
YUV 73.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 80 58 137 0.42 0.58 0 0.46 256.71 0.41 0.38
Hex 50 3A 89 2A 3A 0 2E 101 29 26
Octal 120 72 211 52 72 0 56 401 51 46
Binary 1010000 111010 10001001 101010 111010 0 101110 100000001 101001 100110

Color Harmonies of #503A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503A89

Black with #503A89

Text Example


Text Example

White with #503A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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