#514996

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

Shades of Blue Gem #514996

Tints of Blue Gem #514996

Color information

#514996 (or 0x514996) is unknown color: approx Blue Gem. HEX triplet: 51, 49 and 96. RGB value is (81,73,150). Sum of RGB (Red+Green+Blue) = 81+73+150=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #514996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514996 is #AEB669. Grayscale: #535353. Windows color (decimal): -11449962 or 9849169. OLE color: 9849169.

HSL color Cylindrical-coordinate representation of color #514996: hue angle of 246.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514996 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8173150-
CMYK0.460.5100.41
HSL246.23º34.53%43.73%-
HSV(B)246.23º51.33%58.82%-
XYZ11.288.7229.94-
YUV84.17165.15125.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=26.64%
G=24.01%
B=49.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81731500.460.5100.41246.2334.5343.73
Hex5149962E33029f6232c
Octal12111122656630513664354
Binary1010001100100110010110101110110011010100111110110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514996; }

 p { color: rgb(81,73,150); }

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

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

 a { background-color: rgb(81,73,150); }

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

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

 span { border-color: rgb(81,73,150); }

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