#513EAA

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

Shades of Blue Gem #513EAA

Tints of Blue Gem #513EAA

Color information

#513EAA (or 0x513EAA) is unknown color: approx Blue Gem. HEX triplet: 51, 3E and AA. RGB value is (81,62,170). Sum of RGB (Red+Green+Blue) = 81+62+170=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #513EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513EAA is #AEC155. Grayscale: #4F4F4F. Windows color (decimal): -11452758 or 11157073. OLE color: 11157073.

HSL color Cylindrical-coordinate representation of color #513EAA: hue angle of 250.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513EAA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8162170-
CMYK0.520.6400.33
HSL250.56º46.55%45.49%-
HSV(B)250.56º63.53%66.67%-
XYZ12.378.138.94-
YUV79.99178.79128.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 62 (24.61% from 255) = 19.81%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=25.88%
G=19.81%
B=54.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81621700.520.6400.33250.5646.5545.49
Hex513EAA3440021fb2f2d
Octal12176252641000413735755
Binary1010001111110101010101101001000000010000111111011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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