#513FA6

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

Shades of Blue Gem #513FA6

Tints of Blue Gem #513FA6

Color information

#513FA6 (or 0x513FA6) is unknown color: approx Blue Gem. HEX triplet: 51, 3F and A6. RGB value is (81,63,166). Sum of RGB (Red+Green+Blue) = 81+63+166=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #513FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513FA6 is #AEC059. Grayscale: #4F4F4F. Windows color (decimal): -11452506 or 10895185. OLE color: 10895185.

HSL color Cylindrical-coordinate representation of color #513FA6: hue angle of 250.49º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513FA6 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8163166-
CMYK0.510.6200.35
HSL250.49º44.98%44.9%-
HSV(B)250.49º62.05%65.1%-
XYZ12.058.0637-
YUV80.12176.46128.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 63 (25% from 255) = 20.32%
BLUE value IS 166 (65.23% from 255) = 53.55%
R=26.13%
G=20.32%
B=53.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81631660.510.6200.35250.4944.9844.9
Hex513FA6333E023fa2d2d
Octal1217724663760433725555
Binary101000111111110100110110011111110010001111111010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,63,166); }

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

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

 a { background-color: rgb(81,63,166); }

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

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

 span { border-color: rgb(81,63,166); }

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