#513B96

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

Shades of Blue Gem #513B96

Tints of Blue Gem #513B96

Color information

#513B96 (or 0x513B96) is unknown color: approx Blue Gem. HEX triplet: 51, 3B and 96. RGB value is (81,59,150). Sum of RGB (Red+Green+Blue) = 81+59+150=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #513B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513B96 is #AEC469. Grayscale: #4B4B4B. Windows color (decimal): -11453546 or 9845585. OLE color: 9845585.

HSL color Cylindrical-coordinate representation of color #513B96: hue angle of 254.51º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #513B96 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8159150-
CMYK0.460.6100.41
HSL254.51º43.54%40.98%-
HSV(B)254.51º60.67%58.82%-
XYZ10.467.0829.67-
YUV75.95169.79131.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 59 (23.44% from 255) = 20.34%
BLUE value IS 150 (58.98% from 255) = 51.72%
R=27.93%
G=20.34%
B=51.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81591500.460.6100.41254.5143.5440.98
Hex513B962E3D029ff2c29
Octal1217322656750513775451
Binary101000111101110010110101110111101010100111111111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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