#514A95

Color #514A95 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #514A95

Tints of Governor Bay #514A95

Color information

#514A95 (or 0x514A95) is unknown color: approx Governor Bay. HEX triplet: 51, 4A and 95. RGB value is (81,74,149). Sum of RGB (Red+Green+Blue) = 81+74+149=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #514A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A95 is #AEB56A. Grayscale: #545454. Windows color (decimal): -11449707 or 9783889. OLE color: 9783889.

HSL color Cylindrical-coordinate representation of color #514A95: hue angle of 245.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514A95 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8174149-
CMYK0.460.5000.42
HSL245.6º33.63%43.73%-
HSV(B)245.6º50.34%58.43%-
XYZ11.278.8229.54-
YUV84.64164.32125.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 74 (29.30% from 255) = 24.34%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=26.64%
G=24.34%
B=49.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81741490.460.5000.42245.633.6343.73
Hex514A952E3202Af6222c
Octal12111222556620523664254
Binary1010001100101010010101101110110010010101011110110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A95; }

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

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

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

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

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

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

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

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