#513E94

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

Shades of Blue Gem #513E94

Tints of Blue Gem #513E94

Color information

#513E94 (or 0x513E94) is unknown color: approx Blue Gem. HEX triplet: 51, 3E and 94. RGB value is (81,62,148). Sum of RGB (Red+Green+Blue) = 81+62+148=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #513E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513E94 is #AEC16B. Grayscale: #4D4D4D. Windows color (decimal): -11452780 or 9715281. OLE color: 9715281.

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

Color convert

RGB8162148-
CMYK0.450.5800.42
HSL253.26º40.95%41.18%-
HSV(B)253.26º58.11%58.04%-
XYZ10.467.3328.88-
YUV77.48167.79130.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 148 (58.20% from 255) = 50.86%
R=27.84%
G=21.31%
B=50.86%

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
Decimal81621480.450.5800.42253.2640.9541.18
Hex513E942D3A02Afd2929
Octal1217622455720523755151
Binary101000111111010010100101101111010010101011111101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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