#513891

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

Shades of Blue Gem #513891

Tints of Blue Gem #513891

Color information

#513891 (or 0x513891) is unknown color: approx Blue Gem. HEX triplet: 51, 38 and 91. RGB value is (81,56,145). Sum of RGB (Red+Green+Blue) = 81+56+145=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #513891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513891 is #AEC76E. Grayscale: #494949. Windows color (decimal): -11454319 or 9517137. OLE color: 9517137.

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

Color convert

RGB8156145-
CMYK0.440.6100.43
HSL256.85º44.28%39.41%-
HSV(B)256.85º61.38%56.86%-
XYZ9.926.6227.54-
YUV73.62168.28133.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=28.72%
G=19.86%
B=51.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81561450.440.6100.43256.8544.2839.41
Hex5138912C3D02B1012c27
Octal1217022154750534015447
Binary1010001111000100100011011001111010101011100000001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513891; }

 p { color: rgb(81,56,145); }

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

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

 a { background-color: rgb(81,56,145); }

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

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

 span { border-color: rgb(81,56,145); }

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