#514392

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

Shades of Blue Gem #514392

Tints of Blue Gem #514392

Color information

#514392 (or 0x514392) is unknown color: approx Blue Gem. HEX triplet: 51, 43 and 92. RGB value is (81,67,146). Sum of RGB (Red+Green+Blue) = 81+67+146=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #514392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514392 is #AEBC6D. Grayscale: #4F4F4F. Windows color (decimal): -11451502 or 9585489. OLE color: 9585489.

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

Color convert

RGB8167146-
CMYK0.450.5400.43
HSL250.63º37.09%41.76%-
HSV(B)250.63º54.11%57.25%-
XYZ10.597.8428.15-
YUV80.19165.14128.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=27.55%
G=22.79%
B=49.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81671460.450.5400.43250.6337.0941.76
Hex5143922D3602Bfb252a
Octal12110322255660533734552
Binary1010001100001110010010101101110110010101111111011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514392; }

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

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

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

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

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

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

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

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