#503396

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

Shades of Blue Gem #503396

Tints of Blue Gem #503396

Color information

#503396 (or 0x503396) is unknown color: approx Blue Gem. HEX triplet: 50, 33 and 96. RGB value is (80,51,150). Sum of RGB (Red+Green+Blue) = 80+51+150=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #503396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503396 is #AFCC69. Grayscale: #464646. Windows color (decimal): -11521130 or 9843536. OLE color: 9843536.

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

Color convert

RGB8051150-
CMYK0.470.6600.41
HSL257.58º49.25%39.41%-
HSV(B)257.58º66%58.82%-
XYZ106.2829.54-
YUV70.96172.61134.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=28.47%
G=18.15%
B=53.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80511500.470.6600.41257.5849.2539.41
Hex5033962F420291023127
Octal12063226571020514026147
Binary10100001100111001011010111110000100101001100000010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503396; }

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

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

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

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

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

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

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

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