#514799

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

Shades of Blue Gem #514799

Tints of Blue Gem #514799

Color information

#514799 (or 0x514799) is unknown color: approx Blue Gem. HEX triplet: 51, 47 and 99. RGB value is (81,71,153). Sum of RGB (Red+Green+Blue) = 81+71+153=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #514799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514799 is #AEB866. Grayscale: #535353. Windows color (decimal): -11450471 or 10045265. OLE color: 10045265.

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

Color convert

RGB8171153-
CMYK0.470.5400.4
HSL247.32º36.61%43.92%-
HSV(B)247.32º53.59%60%-
XYZ11.48.5631.19-
YUV83.34167.31126.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=26.56%
G=23.28%
B=50.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81711530.470.5400.4247.3236.6143.92
Hex5147992F36028f7252c
Octal12110723157660503674554
Binary1010001100011110011001101111110110010100011110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514799; }

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

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

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

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

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

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

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

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