#514592

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

Shades of Blue Gem #514592

Tints of Blue Gem #514592

Color information

#514592 (or 0x514592) is unknown color: approx Blue Gem. HEX triplet: 51, 45 and 92. RGB value is (81,69,146). Sum of RGB (Red+Green+Blue) = 81+69+146=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #514592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514592 is #AEBA6D. Grayscale: #515151. Windows color (decimal): -11450990 or 9586001. OLE color: 9586001.

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

Color convert

RGB8169146-
CMYK0.450.5300.43
HSL249.35º35.81%42.16%-
HSV(B)249.35º52.74%57.25%-
XYZ10.718.0828.19-
YUV81.37164.48127.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=27.36%
G=23.31%
B=49.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81691460.450.5300.43249.3535.8142.16
Hex5145922D3502Bf9242a
Octal12110522255650533714452
Binary1010001100010110010010101101110101010101111111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514592; }

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

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

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

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

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

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

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

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