#504491

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

Shades of Blue Gem #504491

Tints of Blue Gem #504491

Color information

#504491 (or 0x504491) is unknown color: approx Blue Gem. HEX triplet: 50, 44 and 91. RGB value is (80,68,145). Sum of RGB (Red+Green+Blue) = 80+68+145=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #504491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504491 is #AFBB6E. Grayscale: #505050. Windows color (decimal): -11516783 or 9520208. OLE color: 9520208.

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

Color convert

RGB8068145-
CMYK0.450.5300.43
HSL249.35º36.15%41.76%-
HSV(B)249.35º53.1%56.86%-
XYZ10.497.8827.76-
YUV80.37164.48127.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=27.30%
G=23.21%
B=49.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80681450.450.5300.43249.3536.1541.76
Hex5044912D3502Bf9242a
Octal12010422155650533714452
Binary1010000100010010010001101101110101010101111111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504491; }

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

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

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

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

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

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

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

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