Html Css Color HEX #503996 Blue Gem

📋 copy color: '#503996'

red 80 ◦ green 57 ◦ blue 150

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

Shades of Blue Gem #503996

Tints of Blue Gem #503996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 27.87%
G = 19.86%
B = 52.26%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#503996 (or 0x503996) is known color: Blue Gem. HEX triplet: 50, 39 and 96. RGB value is (80,57,150). Sum of RGB (Red+Green+Blue) = 80+57+150=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #503996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503996 is #AFC669. Grayscale: #4A4A4A. Windows color (decimal): -11519594 or 9845072. OLE color: 9845072.

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

Color convert

RGB 80 57 150 -
CMYK 0.47 0.62 0 0.41
HSL 254.84º 0.45% 0.41% -
HSV(B) 254.84º 0.62% 0.59% -
XYZ 10.28 6.83 29.63 -
YUV 74.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 80 57 150 0.47 0.62 0 0.41 254.84 0.45 0.41
Hex 50 39 96 2F 3E 0 29 FF 2D 29
Octal 120 71 226 57 76 0 51 377 55 51
Binary 1010000 111001 10010110 101111 111110 0 101001 11111111 101101 101001

Color Harmonies of #503996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503996

Black with #503996

Text Example


Text Example

White with #503996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503996; }

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

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

background-color css

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

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

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

border-color css

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

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

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