#514595

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

Shades of Blue Gem #514595

Tints of Blue Gem #514595

Color information

#514595 (or 0x514595) is unknown color: approx Blue Gem. HEX triplet: 51, 45 and 95. RGB value is (81,69,149). Sum of RGB (Red+Green+Blue) = 81+69+149=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #514595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514595 is #AEBA6A. Grayscale: #515151. Windows color (decimal): -11450987 or 9782609. OLE color: 9782609.

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

Color convert

RGB8169149-
CMYK0.460.5400.42
HSL249º36.7%42.75%-
HSV(B)249º53.69%58.43%-
XYZ10.958.1829.43-
YUV81.71165.98127.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=27.09%
G=23.08%
B=49.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81691490.460.5400.4224936.742.75
Hex5145952E3602Af9252b
Octal12110522556660523714553
Binary1010001100010110010101101110110110010101011111001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514595; }

 p { color: rgb(81,69,149); }

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

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

 a { background-color: rgb(81,69,149); }

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

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

 span { border-color: rgb(81,69,149); }

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