Html Css Color HEX #503597 Blue Gem

📋 copy color: '#503597'

red 80 ◦ green 53 ◦ blue 151

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

Shades of Blue Gem #503597

Tints of Blue Gem #503597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.17%

R = 28.17%
G = 18.66%
B = 53.17%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#503597 (or 0x503597) is known color: Blue Gem. HEX triplet: 50, 35 and 97. RGB value is (80,53,151). Sum of RGB (Red+Green+Blue) = 80+53+151=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #503597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503597 is #AFCA68. Grayscale: #474747. Windows color (decimal): -11520617 or 9909584. OLE color: 9909584.

HSL color Cylindrical-coordinate representation of color #503597: hue angle of 256.53º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503597 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 53 151 -
CMYK 0.47 0.65 0 0.41
HSL 256.53º 0.48% 0.4% -
HSV(B) 256.53º 0.65% 0.59% -
XYZ 10.17 6.49 29.99 -
YUV 72.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 80 53 151 0.47 0.65 0 0.41 256.53 0.48 0.4
Hex 50 35 97 2F 41 0 29 101 30 28
Octal 120 65 227 57 101 0 51 401 60 50
Binary 1010000 110101 10010111 101111 1000001 0 101001 100000001 110000 101000

Color Harmonies of #503597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503597

Black with #503597

Text Example


Text Example

White with #503597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503597; }

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

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

background-color css

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

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

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

border-color css

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

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

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