#514994

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

Shades of Blue Gem #514994

Tints of Blue Gem #514994

Color information

#514994 (or 0x514994) is unknown color: approx Blue Gem. HEX triplet: 51, 49 and 94. RGB value is (81,73,148). Sum of RGB (Red+Green+Blue) = 81+73+148=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #514994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514994 is #AEB66B. Grayscale: #535353. Windows color (decimal): -11449964 or 9718097. OLE color: 9718097.

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

Color convert

RGB8173148-
CMYK0.450.5100.42
HSL246.4º33.94%43.33%-
HSV(B)246.4º50.68%58.04%-
XYZ11.128.6529.1-
YUV83.94164.15125.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 148 (58.20% from 255) = 49.01%
R=26.82%
G=24.17%
B=49.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81731480.450.5100.42246.433.9443.33
Hex5149942D3302Af6222b
Octal12111122455630523664253
Binary1010001100100110010100101101110011010101011110110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514994; }

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

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

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

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

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

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

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

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