#513F97

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

Shades of Blue Gem #513F97

Tints of Blue Gem #513F97

Color information

#513F97 (or 0x513F97) is unknown color: approx Blue Gem. HEX triplet: 51, 3F and 97. RGB value is (81,63,151). Sum of RGB (Red+Green+Blue) = 81+63+151=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #513F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F97 is #AEC068. Grayscale: #4E4E4E. Windows color (decimal): -11452521 or 9912145. OLE color: 9912145.

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

Color convert

RGB8163151-
CMYK0.460.5800.41
HSL252.27º41.12%41.96%-
HSV(B)252.27º58.28%59.22%-
XYZ10.767.5430.17-
YUV78.41168.96129.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 63 (25% from 255) = 21.36%
BLUE value IS 151 (59.38% from 255) = 51.19%
R=27.46%
G=21.36%
B=51.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81631510.460.5800.41252.2741.1241.96
Hex513F972E3A029fc292a
Octal1217722756720513745152
Binary101000111111110010111101110111010010100111111100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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