Html Css Color HEX #503594 Blue Gem

📋 copy color: '#503594'

red 80 ◦ green 53 ◦ blue 148

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

Shades of Blue Gem #503594

Tints of Blue Gem #503594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

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

R = 28.47%
G = 18.86%
B = 52.67%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#503594 (or 0x503594) is known color: Blue Gem. HEX triplet: 50, 35 and 94. RGB value is (80,53,148). Sum of RGB (Red+Green+Blue) = 80+53+148=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #503594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503594 is #AFCA6B. Grayscale: #474747. Windows color (decimal): -11520620 or 9712976. OLE color: 9712976.

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

Color convert

RGB 80 53 148 -
CMYK 0.46 0.64 0 0.42
HSL 257.05º 0.47% 0.39% -
HSV(B) 257.05º 0.64% 0.58% -
XYZ 9.93 6.39 28.73 -
YUV 71.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 80 53 148 0.46 0.64 0 0.42 257.05 0.47 0.39
Hex 50 35 94 2E 40 0 2A 101 2F 27
Octal 120 65 224 56 100 0 52 401 57 47
Binary 1010000 110101 10010100 101110 1000000 0 101010 100000001 101111 100111

Color Harmonies of #503594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503594

Black with #503594

Text Example


Text Example

White with #503594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503594; }

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

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

background-color css

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

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

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

border-color css

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

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

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