#504091

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

Shades of Blue Gem #504091

Tints of Blue Gem #504091

Color information

#504091 (or 0x504091) is unknown color: approx Blue Gem. HEX triplet: 50, 40 and 91. RGB value is (80,64,145). Sum of RGB (Red+Green+Blue) = 80+64+145=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #504091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504091 is #AFBF6E. Grayscale: #4D4D4D. Windows color (decimal): -11517807 or 9519184. OLE color: 9519184.

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

Color convert

RGB8064145-
CMYK0.450.5600.43
HSL251.85º38.76%40.98%-
HSV(B)251.85º55.86%56.86%-
XYZ10.257.4227.68-
YUV78.02165.8129.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 145 (57.03% from 255) = 50.17%
R=27.68%
G=22.15%
B=50.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80641450.450.5600.43251.8538.7640.98
Hex5040912D3802Bfc2729
Octal12010022155700533744751
Binary1010000100000010010001101101111000010101111111100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504091; }

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

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

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

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

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

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

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

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