#513899

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

Shades of Blue Gem #513899

Tints of Blue Gem #513899

Color information

#513899 (or 0x513899) is unknown color: approx Blue Gem. HEX triplet: 51, 38 and 99. RGB value is (81,56,153). Sum of RGB (Red+Green+Blue) = 81+56+153=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #513899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513899 is #AEC766. Grayscale: #4A4A4A. Windows color (decimal): -11454311 or 10041425. OLE color: 10041425.

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

Color convert

RGB8156153-
CMYK0.470.6300.4
HSL255.46º46.41%40.98%-
HSV(B)255.46º63.4%60%-
XYZ10.566.8830.91-
YUV74.53172.28132.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 56 (22.27% from 255) = 19.31%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=27.93%
G=19.31%
B=52.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81561530.470.6300.4255.4646.4140.98
Hex5138992F3F028ff2e29
Octal1217023157770503775651
Binary101000111100010011001101111111111010100011111111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513899; }

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

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

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

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

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

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

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

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