#503096

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

Shades of Blue Gem #503096

Tints of Blue Gem #503096

Color information

#503096 (or 0x503096) is unknown color: approx Blue Gem. HEX triplet: 50, 30 and 96. RGB value is (80,48,150). Sum of RGB (Red+Green+Blue) = 80+48+150=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #503096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503096 is #AFCF69. Grayscale: #444444. Windows color (decimal): -11521898 or 9842768. OLE color: 9842768.

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

Color convert

RGB8048150-
CMYK0.470.6800.41
HSL258.82º51.52%38.82%-
HSV(B)258.82º68%58.82%-
XYZ9.876.0229.5-
YUV69.2173.6135.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=28.78%
G=17.27%
B=53.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80481500.470.6800.41258.8251.5238.82
Hex5030962F440291033427
Octal12060226571040514036447
Binary10100001100001001011010111110001000101001100000011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503096; }

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

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

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

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

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

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

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

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