#514893

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

Shades of Blue Gem #514893

Tints of Blue Gem #514893

Color information

#514893 (or 0x514893) is unknown color: approx Blue Gem. HEX triplet: 51, 48 and 93. RGB value is (81,72,147). Sum of RGB (Red+Green+Blue) = 81+72+147=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #514893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514893 is #AEB76C. Grayscale: #525252. Windows color (decimal): -11450221 or 9652305. OLE color: 9652305.

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

Color convert

RGB8172147-
CMYK0.450.5100.42
HSL247.2º34.25%42.94%-
HSV(B)247.2º51.02%57.65%-
XYZ10.988.4928.66-
YUV83.24163.98126.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 147 (57.81% from 255) = 49%
R=27%
G=24%
B=49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81721470.450.5100.42247.234.2542.94
Hex5148932D3302Af7222b
Octal12111022355630523674253
Binary1010001100100010010011101101110011010101011110111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514893; }

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

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

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

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

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

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

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

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