#514A9D

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

Shades of Governor Bay #514A9D

Tints of Governor Bay #514A9D

Color information

#514A9D (or 0x514A9D) is unknown color: approx Governor Bay. HEX triplet: 51, 4A and 9D. RGB value is (81,74,157). Sum of RGB (Red+Green+Blue) = 81+74+157=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #514A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A9D is #AEB562. Grayscale: #555555. Windows color (decimal): -11449699 or 10308177. OLE color: 10308177.

HSL color Cylindrical-coordinate representation of color #514A9D: hue angle of 245.06º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #514A9D is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8174157-
CMYK0.480.5300.38
HSL245.06º35.93%45.29%-
HSV(B)245.06º52.87%61.57%-
XYZ11.939.0833.02-
YUV85.56168.32124.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 157 (61.72% from 255) = 50.32%
R=25.96%
G=23.72%
B=50.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81741570.480.5300.38245.0635.9345.29
Hex514A9D3035026f5242d
Octal12111223560650463654455
Binary1010001100101010011101110000110101010011011110101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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