#514192

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

Shades of Blue Gem #514192

Tints of Blue Gem #514192

Color information

#514192 (or 0x514192) is unknown color: approx Blue Gem. HEX triplet: 51, 41 and 92. RGB value is (81,65,146). Sum of RGB (Red+Green+Blue) = 81+65+146=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #514192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514192 is #AEBE6D. Grayscale: #4E4E4E. Windows color (decimal): -11452014 or 9584977. OLE color: 9584977.

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

Color convert

RGB8165146-
CMYK0.450.5500.43
HSL251.85º38.39%41.37%-
HSV(B)251.85º55.48%57.25%-
XYZ10.477.6128.11-
YUV79.02165.8129.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 146 (57.42% from 255) = 50%
R=27.74%
G=22.26%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81651460.450.5500.43251.8538.3941.37
Hex5141922D3702Bfc2629
Octal12110122255670533744651
Binary1010001100000110010010101101110111010101111111100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514192; }

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

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

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

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

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

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

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

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