#513f99

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

Shades of Blue Gem #513F99

Tints of Blue Gem #513F99

Color information

#513F99 (or 0x513F99) is unknown color: approx Blue Gem. HEX triplet: 51, 3F and 99. RGB value is (81,63,153). Sum of RGB (Red+Green+Blue) = 81+63+153=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #513F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F99 is #AEC066. Grayscale: #4E4E4E. Windows color (decimal): -11452519 or 10043217. OLE color: 10043217.

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

Color convert

RGB8163153-
CMYK0.470.5900.4
HSL252º41.67%42.35%-
HSV(B)252º58.82%60%-
XYZ10.927.631.03-
YUV78.64169.96129.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=27.27%
G=21.21%
B=51.52%

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
Decimal81631530.470.5900.425241.6742.35
Hex513F992F3B028fc2a2a
Octal1217723157730503745252
Binary101000111111110011001101111111011010100011111100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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