#514094

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

Shades of Blue Gem #514094

Tints of Blue Gem #514094

Color information

#514094 (or 0x514094) is unknown color: approx Blue Gem. HEX triplet: 51, 40 and 94. RGB value is (81,64,148). Sum of RGB (Red+Green+Blue) = 81+64+148=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #514094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514094 is #AEBF6B. Grayscale: #4E4E4E. Windows color (decimal): -11452268 or 9715793. OLE color: 9715793.

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

Color convert

RGB8164148-
CMYK0.450.5700.42
HSL252.14º39.62%41.57%-
HSV(B)252.14º56.76%58.04%-
XYZ10.577.5528.92-
YUV78.66167.13129.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=27.65%
G=21.84%
B=50.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81641480.450.5700.42252.1439.6241.57
Hex5140942D3902Afc282a
Octal12110022455710523745052
Binary1010001100000010010100101101111001010101011111100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514094; }

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

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

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

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

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

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

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

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