#514093

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

Shades of Blue Gem #514093

Tints of Blue Gem #514093

Color information

#514093 (or 0x514093) is unknown color: approx Blue Gem. HEX triplet: 51, 40 and 93. RGB value is (81,64,147). Sum of RGB (Red+Green+Blue) = 81+64+147=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #514093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514093 is #AEBF6C. Grayscale: #4E4E4E. Windows color (decimal): -11452269 or 9650257. OLE color: 9650257.

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

Color convert

RGB8164147-
CMYK0.450.5600.42
HSL252.29º39.34%41.37%-
HSV(B)252.29º56.46%57.65%-
XYZ10.497.5228.5-
YUV78.54166.63129.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=27.74%
G=21.92%
B=50.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81641470.450.5600.42252.2939.3441.37
Hex5140932D3802Afc2729
Octal12110022355700523744751
Binary1010001100000010010011101101111000010101011111100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514093; }

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

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

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

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

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

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

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

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