#513BA9

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

Shades of Blue Gem #513BA9

Tints of Blue Gem #513BA9

Color information

#513BA9 (or 0x513BA9) is unknown color: approx Blue Gem. HEX triplet: 51, 3B and A9. RGB value is (81,59,169). Sum of RGB (Red+Green+Blue) = 81+59+169=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #513BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513BA9 is #AEC456. Grayscale: #4D4D4D. Windows color (decimal): -11453527 or 11090769. OLE color: 11090769.

HSL color Cylindrical-coordinate representation of color #513BA9: hue angle of 252º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513BA9 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8159169-
CMYK0.520.6500.34
HSL252º48.25%44.71%-
HSV(B)252º65.09%66.27%-
XYZ12.127.7438.39-
YUV78.12179.29130.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 169 (66.41% from 255) = 54.69%
R=26.21%
G=19.09%
B=54.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal81591690.520.6500.3425248.2544.71
Hex513BA93441022fc302d
Octal12173251641010423746055
Binary1010001111011101010011101001000001010001011111100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,59,169); }

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

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

 a { background-color: rgb(81,59,169); }

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

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

 span { border-color: rgb(81,59,169); }

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