#514A94

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

Shades of Blue Gem #514A94

Tints of Blue Gem #514A94

Color information

#514A94 (or 0x514A94) is unknown color: approx Blue Gem. HEX triplet: 51, 4A and 94. RGB value is (81,74,148). Sum of RGB (Red+Green+Blue) = 81+74+148=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #514A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A94 is #AEB56B. Grayscale: #545454. Windows color (decimal): -11449708 or 9718353. OLE color: 9718353.

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

Color convert

RGB8174148-
CMYK0.450.5000.42
HSL245.68º33.33%43.53%-
HSV(B)245.68º50%58.04%-
XYZ11.198.7929.12-
YUV84.53163.82125.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=26.73%
G=24.42%
B=48.84%

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
Decimal81741480.450.5000.42245.6833.3343.53
Hex514A942D3202Af6212c
Octal12111222455620523664154
Binary1010001100101010010100101101110010010101011110110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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