#503299

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

Shades of Blue Gem #503299

Tints of Blue Gem #503299

Color information

#503299 (or 0x503299) is unknown color: approx Blue Gem. HEX triplet: 50, 32 and 99. RGB value is (80,50,153). Sum of RGB (Red+Green+Blue) = 80+50+153=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #503299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503299 is #AFCD66. Grayscale: #464646. Windows color (decimal): -11521383 or 10039888. OLE color: 10039888.

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

Color convert

RGB8050153-
CMYK0.480.6700.4
HSL257.48º50.74%39.8%-
HSV(B)257.48º67.32%60%-
XYZ10.26.2930.81-
YUV70.71174.44134.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=28.27%
G=17.67%
B=54.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80501530.480.6700.4257.4850.7439.8
Hex50329930430281013328
Octal12062231601030504016350
Binary10100001100101001100111000010000110101000100000001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503299; }

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

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

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

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

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

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

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

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