#513E95

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

Shades of Blue Gem #513E95

Tints of Blue Gem #513E95

Color information

#513E95 (or 0x513E95) is unknown color: approx Blue Gem. HEX triplet: 51, 3E and 95. RGB value is (81,62,149). Sum of RGB (Red+Green+Blue) = 81+62+149=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #513E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513E95 is #AEC16A. Grayscale: #4D4D4D. Windows color (decimal): -11452779 or 9780817. OLE color: 9780817.

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

Color convert

RGB8162149-
CMYK0.460.5800.42
HSL253.1º41.23%41.37%-
HSV(B)253.1º58.39%58.43%-
XYZ10.547.3629.3-
YUV77.6168.29130.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=27.74%
G=21.23%
B=51.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81621490.460.5800.42253.141.2341.37
Hex513E952E3A02Afd2929
Octal1217622556720523755151
Binary101000111111010010101101110111010010101011111101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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