#513991

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

Shades of Blue Gem #513991

Tints of Blue Gem #513991

Color information

#513991 (or 0x513991) is unknown color: approx Blue Gem. HEX triplet: 51, 39 and 91. RGB value is (81,57,145). Sum of RGB (Red+Green+Blue) = 81+57+145=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #513991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513991 is #AEC66E. Grayscale: #494949. Windows color (decimal): -11454063 or 9517393. OLE color: 9517393.

HSL color Cylindrical-coordinate representation of color #513991: hue angle of 256.36º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #513991 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8157145-
CMYK0.440.6100.43
HSL256.36º43.56%39.61%-
HSV(B)256.36º60.69%56.86%-
XYZ9.976.7227.56-
YUV74.21167.95132.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=28.62%
G=20.14%
B=51.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81571450.440.6100.43256.3643.5639.61
Hex5139912C3D02B1002c28
Octal1217122154750534005450
Binary1010001111001100100011011001111010101011100000000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513991; }

 p { color: rgb(81,57,145); }

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

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

 a { background-color: rgb(81,57,145); }

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

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

 span { border-color: rgb(81,57,145); }

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