#503294

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

Shades of Blue Gem #503294

Tints of Blue Gem #503294

Color information

#503294 (or 0x503294) is unknown color: approx Blue Gem. HEX triplet: 50, 32 and 94. RGB value is (80,50,148). Sum of RGB (Red+Green+Blue) = 80+50+148=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #503294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503294 is #AFCD6B. Grayscale: #454545. Windows color (decimal): -11521388 or 9712208. OLE color: 9712208.

HSL color Cylindrical-coordinate representation of color #503294: hue angle of 258.37º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503294 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8050148-
CMYK0.460.6600.42
HSL258.37º49.49%38.82%-
HSV(B)258.37º66.22%58.04%-
XYZ9.796.1228.68-
YUV70.14171.94135.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 148 (58.20% from 255) = 53.24%
R=28.78%
G=17.99%
B=53.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80501480.460.6600.42258.3749.4938.82
Hex5032942E4202A1023127
Octal12062224561020524026147
Binary10100001100101001010010111010000100101010100000010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503294; }

 p { color: rgb(80,50,148); }

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

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

 a { background-color: rgb(80,50,148); }

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

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

 span { border-color: rgb(80,50,148); }

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