#504791

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

Shades of Blue Gem #504791

Tints of Blue Gem #504791

Color information

#504791 (or 0x504791) is unknown color: approx Blue Gem. HEX triplet: 50, 47 and 91. RGB value is (80,71,145). Sum of RGB (Red+Green+Blue) = 80+71+145=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #504791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504791 is #AFB86E. Grayscale: #515151. Windows color (decimal): -11516015 or 9520976. OLE color: 9520976.

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

Color convert

RGB8071145-
CMYK0.450.5100.43
HSL247.3º34.26%42.35%-
HSV(B)247.3º51.03%56.86%-
XYZ10.678.2627.82-
YUV82.13163.48126.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=27.03%
G=23.99%
B=48.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80711450.450.5100.43247.334.2642.35
Hex5047912D3302Bf7222a
Octal12010722155630533674252
Binary1010000100011110010001101101110011010101111110111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504791; }

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

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

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

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

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

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

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

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