#514A93

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

Shades of Blue Gem #514A93

Tints of Blue Gem #514A93

Color information

#514A93 (or 0x514A93) is unknown color: approx Blue Gem. HEX triplet: 51, 4A and 93. RGB value is (81,74,147). Sum of RGB (Red+Green+Blue) = 81+74+147=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #514A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A93 is #AEB56C. Grayscale: #545454. Windows color (decimal): -11449709 or 9652817. OLE color: 9652817.

HSL color Cylindrical-coordinate representation of color #514A93: hue angle of 245.75º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514A93 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8174147-
CMYK0.450.5000.42
HSL245.75º33.03%43.33%-
HSV(B)245.75º49.66%57.65%-
XYZ11.118.7528.71-
YUV84.42163.32125.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=26.82%
G=24.50%
B=48.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81741470.450.5000.42245.7533.0343.33
Hex514A932D3202Af6212b
Octal12111222355620523664153
Binary1010001100101010010011101101110010010101011110110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A93; }

 p { color: rgb(81,74,147); }

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

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

 a { background-color: rgb(81,74,147); }

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

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

 span { border-color: rgb(81,74,147); }

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