#504391

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

Shades of Blue Gem #504391

Tints of Blue Gem #504391

Color information

#504391 (or 0x504391) is unknown color: approx Blue Gem. HEX triplet: 50, 43 and 91. RGB value is (80,67,145). Sum of RGB (Red+Green+Blue) = 80+67+145=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #504391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504391 is #AFBC6E. Grayscale: #4F4F4F. Windows color (decimal): -11517039 or 9519952. OLE color: 9519952.

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

Color convert

RGB8067145-
CMYK0.450.5400.43
HSL250º36.79%41.57%-
HSV(B)250º53.79%56.86%-
XYZ10.437.7627.74-
YUV79.78164.81128.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=27.40%
G=22.95%
B=49.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80671450.450.5400.4325036.7941.57
Hex5043912D3602Bfa252a
Octal12010322155660533724552
Binary1010000100001110010001101101110110010101111111010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504391; }

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

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

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

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

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

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

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

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