#503399

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

Shades of Blue Gem #503399

Tints of Blue Gem #503399

Color information

#503399 (or 0x503399) is unknown color: approx Blue Gem. HEX triplet: 50, 33 and 99. RGB value is (80,51,153). Sum of RGB (Red+Green+Blue) = 80+51+153=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #503399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503399 is #AFCC66. Grayscale: #464646. Windows color (decimal): -11521127 or 10040144. OLE color: 10040144.

HSL color Cylindrical-coordinate representation of color #503399: hue angle of 257.06º degrees, saturation: 0.5, 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 #503399 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8051153-
CMYK0.480.6700.4
HSL257.06º50%40%-
HSV(B)257.06º66.67%60%-
XYZ10.246.3730.83-
YUV71.3174.11134.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=28.17%
G=17.96%
B=53.87%

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
Decimal80511530.480.6700.4257.065040
Hex50339930430281013228
Octal12063231601030504016250
Binary10100001100111001100111000010000110101000100000001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503399; }

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

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

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

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

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

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

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

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