#514899

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

Shades of Blue Gem #514899

Tints of Blue Gem #514899

Color information

#514899 (or 0x514899) is unknown color: approx Blue Gem. HEX triplet: 51, 48 and 99. RGB value is (81,72,153). Sum of RGB (Red+Green+Blue) = 81+72+153=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #514899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514899 is #AEB766. Grayscale: #535353. Windows color (decimal): -11450215 or 10045521. OLE color: 10045521.

HSL color Cylindrical-coordinate representation of color #514899: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #514899 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8172153-
CMYK0.470.5300.4
HSL246.67º36%44.12%-
HSV(B)246.67º52.94%60%-
XYZ11.468.6831.21-
YUV83.92166.98125.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 153 (60.16% from 255) = 50%
R=26.47%
G=23.53%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81721530.470.5300.4246.673644.12
Hex5148992F35028f7242c
Octal12111023157650503674454
Binary1010001100100010011001101111110101010100011110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514899; }

 p { color: rgb(81,72,153); }

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

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

 a { background-color: rgb(81,72,153); }

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

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

 span { border-color: rgb(81,72,153); }

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