Html Css Color HEX #503999 Blue Gem

📋 copy color: '#503999'

red 80 ◦ green 57 ◦ blue 153

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

Shades of Blue Gem #503999

Tints of Blue Gem #503999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.66%

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 27.59%
G = 19.66%
B = 52.76%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#503999 (or 0x503999) is known color: Blue Gem. HEX triplet: 50, 39 and 99. RGB value is (80,57,153). Sum of RGB (Red+Green+Blue) = 80+57+153=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #503999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503999 is #AFC666. Grayscale: #4A4A4A. Windows color (decimal): -11519591 or 10041680. OLE color: 10041680.

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

Color convert

RGB 80 57 153 -
CMYK 0.48 0.63 0 0.4
HSL 254.38º 0.46% 0.41% -
HSV(B) 254.38º 0.63% 0.6% -
XYZ 10.52 6.93 30.92 -
YUV 74.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 80 57 153 0.48 0.63 0 0.4 254.38 0.46 0.41
Hex 50 39 99 30 3F 0 28 FE 2E 29
Octal 120 71 231 60 77 0 50 376 56 51
Binary 1010000 111001 10011001 110000 111111 0 101000 11111110 101110 101001

Color Harmonies of #503999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503999

Black with #503999

Text Example


Text Example

White with #503999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503999; }

 p { color: rgb(80,57,153); }

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

background-color css

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

 a { background-color: rgb(80,57,153); }

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

border-color css

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

 span { border-color: rgb(80,57,153); }

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