#5140A9

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

Shades of Blue Gem #5140A9

Tints of Blue Gem #5140A9

Color information

#5140A9 (or 0x5140A9) is unknown color: approx Blue Gem. HEX triplet: 51, 40 and A9. RGB value is (81,64,169). Sum of RGB (Red+Green+Blue) = 81+64+169=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #5140A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5140A9 is #AEBF56. Grayscale: #505050. Windows color (decimal): -11452247 or 11092049. OLE color: 11092049.

HSL color Cylindrical-coordinate representation of color #5140A9: hue angle of 249.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5140A9 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8164169-
CMYK0.520.6200.34
HSL249.71º45.06%45.69%-
HSV(B)249.71º62.13%66.27%-
XYZ12.398.2838.48-
YUV81.05177.63127.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 64 (25.39% from 255) = 20.38%
BLUE value IS 169 (66.41% from 255) = 53.82%
R=25.80%
G=20.38%
B=53.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal81641690.520.6200.34249.7145.0645.69
Hex5140A9343E022fa2d2e
Octal12110025164760423725556
Binary1010001100000010101001110100111110010001011111010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5140A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5140A9; }

 p { color: rgb(81,64,169); }

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

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

 a { background-color: rgb(81,64,169); }

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

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

 span { border-color: rgb(81,64,169); }

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