#513693

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

Shades of Blue Gem #513693

Tints of Blue Gem #513693

Color information

#513693 (or 0x513693) is unknown color: approx Blue Gem. HEX triplet: 51, 36 and 93. RGB value is (81,54,147). Sum of RGB (Red+Green+Blue) = 81+54+147=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #513693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513693 is #AEC96C. Grayscale: #484848. Windows color (decimal): -11454829 or 9647697. OLE color: 9647697.

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

Color convert

RGB8154147-
CMYK0.450.6300.42
HSL257.42º46.27%39.41%-
HSV(B)257.42º63.27%57.65%-
XYZ9.986.4928.33-
YUV72.68169.95133.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=28.72%
G=19.15%
B=52.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81541470.450.6300.42257.4246.2739.41
Hex5136932D3F02A1012e27
Octal1216622355770524015647
Binary1010001110110100100111011011111110101010100000001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513693; }

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

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

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

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

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

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

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

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