#503199

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

Shades of Blue Gem #503199

Tints of Blue Gem #503199

Color information

#503199 (or 0x503199) is unknown color: approx Blue Gem. HEX triplet: 50, 31 and 99. RGB value is (80,49,153). Sum of RGB (Red+Green+Blue) = 80+49+153=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #503199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503199 is #AFCE66. Grayscale: #454545. Windows color (decimal): -11521639 or 10039632. OLE color: 10039632.

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

Color convert

RGB8049153-
CMYK0.480.6800.4
HSL257.88º51.49%39.61%-
HSV(B)257.88º67.97%60%-
XYZ10.166.230.8-
YUV70.12174.77135.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=28.37%
G=17.38%
B=54.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80491530.480.6800.4257.8851.4939.61
Hex50319930440281023328
Octal12061231601040504026350
Binary10100001100011001100111000010001000101000100000010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503199; }

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

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

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

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

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

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

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

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