#513AAE

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

Shades of Blue Gem #513AAE

Tints of Blue Gem #513AAE

Color information

#513AAE (or 0x513AAE) is unknown color: approx Blue Gem. HEX triplet: 51, 3A and AE. RGB value is (81,58,174). Sum of RGB (Red+Green+Blue) = 81+58+174=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #513AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513AAE is #AEC551. Grayscale: #4D4D4D. Windows color (decimal): -11453778 or 11418193. OLE color: 11418193.

HSL color Cylindrical-coordinate representation of color #513AAE: hue angle of 251.9º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513AAE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8158174-
CMYK0.530.6700.32
HSL251.9º50%45.49%-
HSV(B)251.9º66.67%68.24%-
XYZ12.557.8340.89-
YUV78.1182.12130.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=25.88%
G=18.53%
B=55.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81581740.530.6700.32251.95045.49
Hex513AAE3543020fc322d
Octal12172256651030403746255
Binary1010001111010101011101101011000011010000011111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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