#513E93

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

Shades of Blue Gem #513E93

Tints of Blue Gem #513E93

Color information

#513E93 (or 0x513E93) is unknown color: approx Blue Gem. HEX triplet: 51, 3E and 93. RGB value is (81,62,147). Sum of RGB (Red+Green+Blue) = 81+62+147=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #513E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513E93 is #AEC16C. Grayscale: #4D4D4D. Windows color (decimal): -11452781 or 9649745. OLE color: 9649745.

HSL color Cylindrical-coordinate representation of color #513E93: hue angle of 253.41º 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 #513E93 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8162147-
CMYK0.450.5800.42
HSL253.41º40.67%40.98%-
HSV(B)253.41º57.82%57.65%-
XYZ10.387.328.47-
YUV77.37167.29130.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 147 (57.81% from 255) = 50.69%
R=27.93%
G=21.38%
B=50.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81621470.450.5800.42253.4140.6740.98
Hex513E932D3A02Afd2929
Octal1217622355720523755151
Binary101000111111010010011101101111010010101011111101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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