#513F8D

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

Shades of Blue Gem #513F8D

Tints of Blue Gem #513F8D

Color information

#513F8D (or 0x513F8D) is unknown color: approx Blue Gem. HEX triplet: 51, 3F and 8D. RGB value is (81,63,141). Sum of RGB (Red+Green+Blue) = 81+63+141=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #513F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F8D is #AEC072. Grayscale: #4C4C4C. Windows color (decimal): -11452531 or 9256785. OLE color: 9256785.

HSL color Cylindrical-coordinate representation of color #513F8D: hue angle of 253.85º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #513F8D is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8163141-
CMYK0.430.5500.45
HSL253.85º38.24%40%-
HSV(B)253.85º55.32%55.29%-
XYZ9.987.2326.07-
YUV77.27163.96130.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 63 (25% from 255) = 22.11%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=28.42%
G=22.11%
B=49.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81631410.430.5500.45253.8538.2440
Hex513F8D2B3702Dfe2628
Octal1217721553670553764650
Binary101000111111110001101101011110111010110111111110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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