#514594

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

Shades of Blue Gem #514594

Tints of Blue Gem #514594

Color information

#514594 (or 0x514594) is unknown color: approx Blue Gem. HEX triplet: 51, 45 and 94. RGB value is (81,69,148). Sum of RGB (Red+Green+Blue) = 81+69+148=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #514594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514594 is #AEBA6B. Grayscale: #515151. Windows color (decimal): -11450988 or 9717073. OLE color: 9717073.

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

Color convert

RGB8169148-
CMYK0.450.5300.42
HSL249.11º36.41%42.55%-
HSV(B)249.11º53.38%58.04%-
XYZ10.878.1429.02-
YUV81.59165.48127.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 148 (58.20% from 255) = 49.66%
R=27.18%
G=23.15%
B=49.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81691480.450.5300.42249.1136.4142.55
Hex5145942D3502Af9242b
Octal12110522455650523714453
Binary1010001100010110010100101101110101010101011111001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514594; }

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

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

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

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

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

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

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

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