Html Css Color HEX #503B93 Blue Gem

📋 copy color: '#503B93'

red 80 ◦ green 59 ◦ blue 147

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

Shades of Blue Gem #503B93

Tints of Blue Gem #503B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.4%

R = 27.97%
G = 20.63%
B = 51.4%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#503B93 (or 0x503B93) is known color: Blue Gem. HEX triplet: 50, 3B and 93. RGB value is (80,59,147). Sum of RGB (Red+Green+Blue) = 80+59+147=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #503B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503B93 is #AFC46C. Grayscale: #4A4A4A. Windows color (decimal): -11519085 or 9648976. OLE color: 9648976.

HSL color Cylindrical-coordinate representation of color #503B93: hue angle of 254.32º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #503B93 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 59 147 -
CMYK 0.46 0.60 0 0.42
HSL 254.32º 0.43% 0.4% -
HSV(B) 254.32º 0.6% 0.58% -
XYZ 10.14 6.94 28.41 -
YUV 75.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 80 59 147 0.46 0.60 0 0.42 254.32 0.43 0.4
Hex 50 3B 93 2E 3C 0 2A FE 2B 28
Octal 120 73 223 56 74 0 52 376 53 50
Binary 1010000 111011 10010011 101110 111100 0 101010 11111110 101011 101000

Color Harmonies of #503B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B93

Black with #503B93

Text Example


Text Example

White with #503B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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