#503192

Color #503192 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #503192

Tints of Blue Gem #503192

Color information

#503192 (or 0x503192) is unknown color: approx Blue Gem. HEX triplet: 50, 31 and 92. RGB value is (80,49,146). Sum of RGB (Red+Green+Blue) = 80+49+146=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #503192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503192 is #AFCE6D. Grayscale: #444444. Windows color (decimal): -11521646 or 9580880. OLE color: 9580880.

HSL color Cylindrical-coordinate representation of color #503192: hue angle of 259.18º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503192 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8049146-
CMYK0.450.6600.43
HSL259.18º49.74%38.24%-
HSV(B)259.18º66.44%57.25%-
XYZ9.595.9827.84-
YUV69.33171.27135.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=29.09%
G=17.82%
B=53.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80491460.450.6600.43259.1849.7438.24
Hex5031922D4202B1033226
Octal12061222551020534036246
Binary10100001100011001001010110110000100101011100000011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503192; }

 p { color: rgb(80,49,146); }

 H1.HeaderClassName
 {
   color: #503192;
 }
 .AnyTagClassName
 {
   color: #503192;
 }
</style>
background-color css

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

 a { background-color: rgb(80,49,146); }

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

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

 span { border-color: rgb(80,49,146); }

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