#513699

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

Shades of Blue Gem #513699

Tints of Blue Gem #513699

Color information

#513699 (or 0x513699) is unknown color: approx Blue Gem. HEX triplet: 51, 36 and 99. RGB value is (81,54,153). Sum of RGB (Red+Green+Blue) = 81+54+153=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #513699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513699 is #AEC966. Grayscale: #484848. Windows color (decimal): -11454823 or 10040913. OLE color: 10040913.

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

Color convert

RGB8154153-
CMYK0.470.6500.4
HSL256.36º47.83%40.59%-
HSV(B)256.36º64.71%60%-
XYZ10.466.6930.88-
YUV73.36172.95133.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=28.12%
G=18.75%
B=53.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81541530.470.6500.4256.3647.8340.59
Hex5136992F410281003029
Octal12166231571010504006051
Binary10100011101101001100110111110000010101000100000000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513699; }

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

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

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

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

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

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

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

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