#513AAC

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

Shades of Blue Gem #513AAC

Tints of Blue Gem #513AAC

Color information

#513AAC (or 0x513AAC) is unknown color: approx Blue Gem. HEX triplet: 51, 3A and AC. RGB value is (81,58,172). Sum of RGB (Red+Green+Blue) = 81+58+172=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #513AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513AAC is #AEC553. Grayscale: #4D4D4D. Windows color (decimal): -11453780 or 11287121. OLE color: 11287121.

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

Color convert

RGB8158172-
CMYK0.530.6600.33
HSL252.11º49.57%45.1%-
HSV(B)252.11º66.28%67.45%-
XYZ12.357.7539.88-
YUV77.87181.12130.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=26.05%
G=18.65%
B=55.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81581720.530.6600.33252.1149.5745.1
Hex513AAC3542021fc322d
Octal12172254651020413746255
Binary1010001111010101011001101011000010010000111111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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