#503897

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

Shades of Blue Gem #503897

Tints of Blue Gem #503897

Color information

#503897 (or 0x503897) is unknown color: approx Blue Gem. HEX triplet: 50, 38 and 97. RGB value is (80,56,151). Sum of RGB (Red+Green+Blue) = 80+56+151=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #503897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503897 is #AFC768. Grayscale: #494949. Windows color (decimal): -11519849 or 9910352. OLE color: 9910352.

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

Color convert

RGB8056151-
CMYK0.470.6300.41
HSL255.16º45.89%40.59%-
HSV(B)255.16º62.91%59.22%-
XYZ10.316.7730.04-
YUV74.01171.45132.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=27.87%
G=19.51%
B=52.61%

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
Decimal80561510.470.6300.41255.1645.8940.59
Hex5038972F3F029ff2e29
Octal1207022757770513775651
Binary101000011100010010111101111111111010100111111111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503897; }

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

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

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

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

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

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

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

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