#513999

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

Shades of Blue Gem #513999

Tints of Blue Gem #513999

Color information

#513999 (or 0x513999) is unknown color: approx Blue Gem. HEX triplet: 51, 39 and 99. RGB value is (81,57,153). Sum of RGB (Red+Green+Blue) = 81+57+153=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #513999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513999 is #AEC666. Grayscale: #4A4A4A. Windows color (decimal): -11454055 or 10041681. OLE color: 10041681.

HSL color Cylindrical-coordinate representation of color #513999: hue angle of 255º 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 #513999 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8157153-
CMYK0.470.6300.4
HSL255º45.71%41.18%-
HSV(B)255º62.75%60%-
XYZ10.616.9830.92-
YUV75.12171.95132.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=27.84%
G=19.59%
B=52.58%

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
Decimal81571530.470.6300.425545.7141.18
Hex5139992F3F028ff2e29
Octal1217123157770503775651
Binary101000111100110011001101111111111010100011111111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513999; }

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

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

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

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

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

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

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

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