#513EA8

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

Shades of Blue Gem #513EA8

Tints of Blue Gem #513EA8

Color information

#513EA8 (or 0x513EA8) is unknown color: approx Blue Gem. HEX triplet: 51, 3E and A8. RGB value is (81,62,168). Sum of RGB (Red+Green+Blue) = 81+62+168=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 168 (66.02% from 255 or 54.02% from 311); Max value from RGB is 168 - color contains mainly: blue. Hex color #513EA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513EA8 is #AEC157. Grayscale: #4F4F4F. Windows color (decimal): -11452760 or 11026001. OLE color: 11026001.

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

Color convert

RGB8162168-
CMYK0.520.6300.34
HSL250.75º46.09%45.1%-
HSV(B)250.75º63.1%65.88%-
XYZ12.188.0237.95-
YUV79.76177.79128.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 62 (24.61% from 255) = 19.94%
BLUE value IS 168 (66.02% from 255) = 54.02%
R=26.05%
G=19.94%
B=54.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal81621680.520.6300.34250.7546.0945.1
Hex513EA8343F022fb2e2d
Octal1217625064770423735655
Binary101000111111010101000110100111111010001011111011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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