#513592

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

Shades of Blue Gem #513592

Tints of Blue Gem #513592

Color information

#513592 (or 0x513592) is unknown color: approx Blue Gem. HEX triplet: 51, 35 and 92. RGB value is (81,53,146). Sum of RGB (Red+Green+Blue) = 81+53+146=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #513592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513592 is #AECA6D. Grayscale: #474747. Windows color (decimal): -11455086 or 9581905. OLE color: 9581905.

HSL color Cylindrical-coordinate representation of color #513592: hue angle of 258.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513592 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8153146-
CMYK0.450.6400.43
HSL258.06º46.73%39.02%-
HSV(B)258.06º63.7%57.25%-
XYZ9.856.3727.9-
YUV71.97169.78134.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=28.93%
G=18.93%
B=52.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81531460.450.6400.43258.0646.7339.02
Hex5135922D4002B1022f27
Octal12165222551000534025747
Binary10100011101011001001010110110000000101011100000010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513592; }

 p { color: rgb(81,53,146); }

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

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

 a { background-color: rgb(81,53,146); }

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

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

 span { border-color: rgb(81,53,146); }

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