#513A95

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

Shades of Blue Gem #513A95

Tints of Blue Gem #513A95

Color information

#513A95 (or 0x513A95) is unknown color: approx Blue Gem. HEX triplet: 51, 3A and 95. RGB value is (81,58,149). Sum of RGB (Red+Green+Blue) = 81+58+149=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #513A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513A95 is #AEC56A. Grayscale: #4A4A4A. Windows color (decimal): -11453803 or 9779793. OLE color: 9779793.

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

Color convert

RGB8158149-
CMYK0.460.6100.42
HSL255.16º43.96%40.59%-
HSV(B)255.16º61.07%58.43%-
XYZ10.336.9529.23-
YUV75.25169.62132.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 58 (23.05% from 255) = 20.14%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=28.12%
G=20.14%
B=51.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81581490.460.6100.42255.1643.9640.59
Hex513A952E3D02Aff2c29
Octal1217222556750523775451
Binary101000111101010010101101110111101010101011111111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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