Html Css Color HEX #503C94 Blue Gem

📋 copy color: '#503C94'

red 80 ◦ green 60 ◦ blue 148

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

Shades of Blue Gem #503C94

Tints of Blue Gem #503C94

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.83%

 BLUE value IS 148 (58.2% from 255) = 51.39%

R = 27.78%
G = 20.83%
B = 51.39%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#503C94 (or 0x503C94) is known color: Blue Gem. HEX triplet: 50, 3C and 94. RGB value is (80,60,148). Sum of RGB (Red+Green+Blue) = 80+60+148=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #503C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503C94 is #AFC36B. Grayscale: #4B4B4B. Windows color (decimal): -11518828 or 9714768. OLE color: 9714768.

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

Color convert

RGB 80 60 148 -
CMYK 0.46 0.59 0 0.42
HSL 253.64º 0.42% 0.41% -
HSV(B) 253.64º 0.59% 0.58% -
XYZ 10.27 7.08 28.84 -
YUV 76.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 80 60 148 0.46 0.59 0 0.42 253.64 0.42 0.41
Hex 50 3C 94 2E 3B 0 2A FE 2A 29
Octal 120 74 224 56 73 0 52 376 52 51
Binary 1010000 111100 10010100 101110 111011 0 101010 11111110 101010 101001

Color Harmonies of #503C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C94

Black with #503C94

Text Example


Text Example

White with #503C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,60,148); }

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

background-color css

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

 a { background-color: rgb(80,60,148); }

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

border-color css

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

 span { border-color: rgb(80,60,148); }

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