#503896

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

Shades of Blue Gem #503896

Tints of Blue Gem #503896

Color information

#503896 (or 0x503896) is unknown color: approx Blue Gem. HEX triplet: 50, 38 and 96. RGB value is (80,56,150). Sum of RGB (Red+Green+Blue) = 80+56+150=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #503896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503896 is #AFC769. Grayscale: #494949. Windows color (decimal): -11519850 or 9844816. OLE color: 9844816.

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

Color convert

RGB8056150-
CMYK0.470.6300.41
HSL255.32º45.63%40.39%-
HSV(B)255.32º62.67%58.82%-
XYZ10.236.7429.62-
YUV73.89170.95132.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=27.97%
G=19.58%
B=52.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80561500.470.6300.41255.3245.6340.39
Hex5038962F3F029ff2e28
Octal1207022657770513775650
Binary101000011100010010110101111111111010100111111111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503896; }

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

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

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

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

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

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

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

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