#514f91

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

Shades of Governor Bay #514F91

Tints of Governor Bay #514F91

Color information

#514F91 (or 0x514F91) is unknown color: approx Governor Bay. HEX triplet: 51, 4F and 91. RGB value is (81,79,145). Sum of RGB (Red+Green+Blue) = 81+79+145=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #514F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514F91 is #AEB06E. Grayscale: #565656. Windows color (decimal): -11448431 or 9523025. OLE color: 9523025.

HSL color Cylindrical-coordinate representation of color #514F91: hue angle of 241.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514F91 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8179145-
CMYK0.440.4600.43
HSL241.82º29.46%43.92%-
HSV(B)241.82º45.52%56.86%-
XYZ11.39.3928-
YUV87.12160.66123.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=26.56%
G=25.90%
B=47.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81791450.440.4600.43241.8229.4643.92
Hex514F912C2E02Bf21d2c
Octal12111722154560533623554
Binary101000110011111001000110110010111001010111111001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514f91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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