#513399

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

Shades of Blue Gem #513399

Tints of Blue Gem #513399

Color information

#513399 (or 0x513399) is unknown color: approx Blue Gem. HEX triplet: 51, 33 and 99. RGB value is (81,51,153). Sum of RGB (Red+Green+Blue) = 81+51+153=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #513399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513399 is #AECC66. Grayscale: #474747. Windows color (decimal): -11455591 or 10040145. OLE color: 10040145.

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

Color convert

RGB8151153-
CMYK0.470.6700.4
HSL257.65º50%40%-
HSV(B)257.65º66.67%60%-
XYZ10.336.4230.83-
YUV71.6173.94134.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=28.42%
G=17.89%
B=53.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81511530.470.6700.4257.655040
Hex5133992F430281023228
Octal12163231571030504026250
Binary10100011100111001100110111110000110101000100000010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513399; }

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

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

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

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

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

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

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

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