#513E99

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

Shades of Blue Gem #513E99

Tints of Blue Gem #513E99

Color information

#513E99 (or 0x513E99) is unknown color: approx Blue Gem. HEX triplet: 51, 3E and 99. RGB value is (81,62,153). Sum of RGB (Red+Green+Blue) = 81+62+153=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #513E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513E99 is #AEC166. Grayscale: #4D4D4D. Windows color (decimal): -11452775 or 10042961. OLE color: 10042961.

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

Color convert

RGB8162153-
CMYK0.470.5900.4
HSL252.53º42.33%42.16%-
HSV(B)252.53º59.48%60%-
XYZ10.877.4931.01-
YUV78.06170.29130.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 62 (24.61% from 255) = 20.95%
BLUE value IS 153 (60.16% from 255) = 51.69%
R=27.36%
G=20.95%
B=51.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81621530.470.5900.4252.5342.3342.16
Hex513E992F3B028fd2a2a
Octal1217623157730503755252
Binary101000111111010011001101111111011010100011111101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513E99; }

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

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

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

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

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

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

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

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