#503991

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

Shades of Blue Gem #503991

Tints of Blue Gem #503991

Color information

#503991 (or 0x503991) is unknown color: approx Blue Gem. HEX triplet: 50, 39 and 91. RGB value is (80,57,145). Sum of RGB (Red+Green+Blue) = 80+57+145=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #503991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503991 is #AFC66E. Grayscale: #494949. Windows color (decimal): -11519599 or 9517392. OLE color: 9517392.

HSL color Cylindrical-coordinate representation of color #503991: hue angle of 255.68º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #503991 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8057145-
CMYK0.450.6100.43
HSL255.68º43.56%39.61%-
HSV(B)255.68º60.69%56.86%-
XYZ9.886.6827.56-
YUV73.91168.12132.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=28.37%
G=20.21%
B=51.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80571450.450.6100.43255.6843.5639.61
Hex5039912D3D02B1002c28
Octal1207122155750534005450
Binary1010000111001100100011011011111010101011100000000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503991; }

 p { color: rgb(80,57,145); }

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

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

 a { background-color: rgb(80,57,145); }

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

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

 span { border-color: rgb(80,57,145); }

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