#513792

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

Shades of Blue Gem #513792

Tints of Blue Gem #513792

Color information

#513792 (or 0x513792) is unknown color: approx Blue Gem. HEX triplet: 51, 37 and 92. RGB value is (81,55,146). Sum of RGB (Red+Green+Blue) = 81+55+146=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #513792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513792 is #AEC86D. Grayscale: #484848. Windows color (decimal): -11454574 or 9582417. OLE color: 9582417.

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

Color convert

RGB8155146-
CMYK0.450.6200.43
HSL257.14º45.27%39.41%-
HSV(B)257.14º62.33%57.25%-
XYZ9.956.5627.94-
YUV73.15169.11133.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 55 (21.88% from 255) = 19.50%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=28.72%
G=19.50%
B=51.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81551460.450.6200.43257.1445.2739.41
Hex5137922D3E02B1012d27
Octal1216722255760534015547
Binary1010001110111100100101011011111100101011100000001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513792; }

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

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

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

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

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

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

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

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