#514191

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

Shades of Blue Gem #514191

Tints of Blue Gem #514191

Color information

#514191 (or 0x514191) is unknown color: approx Blue Gem. HEX triplet: 51, 41 and 91. RGB value is (81,65,145). Sum of RGB (Red+Green+Blue) = 81+65+145=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #514191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514191 is #AEBE6E. Grayscale: #4E4E4E. Windows color (decimal): -11452015 or 9519441. OLE color: 9519441.

HSL color Cylindrical-coordinate representation of color #514191: hue angle of 252º 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 #514191 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8165145-
CMYK0.440.5500.43
HSL252º38.1%41.18%-
HSV(B)252º55.17%56.86%-
XYZ10.397.5727.7-
YUV78.9165.3129.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 145 (57.03% from 255) = 49.83%
R=27.84%
G=22.34%
B=49.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81651450.440.5500.4325238.141.18
Hex5141912C3702Bfc2629
Octal12110122154670533744651
Binary1010001100000110010001101100110111010101111111100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514191; }

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

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

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

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

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

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

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

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