#513993

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

Shades of Blue Gem #513993

Tints of Blue Gem #513993

Color information

#513993 (or 0x513993) is unknown color: approx Blue Gem. HEX triplet: 51, 39 and 93. RGB value is (81,57,147). Sum of RGB (Red+Green+Blue) = 81+57+147=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #513993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513993 is #AEC66C. Grayscale: #4A4A4A. Windows color (decimal): -11454061 or 9648465. OLE color: 9648465.

HSL color Cylindrical-coordinate representation of color #513993: hue angle of 256º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #513993 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8157147-
CMYK0.450.6100.42
HSL256º44.12%40%-
HSV(B)256º61.22%57.65%-
XYZ10.126.7828.38-
YUV74.44168.95132.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=28.42%
G=20%
B=51.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81571470.450.6100.4225644.1240
Hex5139932D3D02A1002c28
Octal1217122355750524005450
Binary1010001111001100100111011011111010101010100000000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513993; }

 p { color: rgb(81,57,147); }

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

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

 a { background-color: rgb(81,57,147); }

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

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

 span { border-color: rgb(81,57,147); }

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