#514D9B

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

Shades of Governor Bay #514D9B

Tints of Governor Bay #514D9B

Color information

#514D9B (or 0x514D9B) is unknown color: approx Governor Bay. HEX triplet: 51, 4D and 9B. RGB value is (81,77,155). Sum of RGB (Red+Green+Blue) = 81+77+155=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #514D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D9B is #AEB264. Grayscale: #565656. Windows color (decimal): -11448933 or 10177873. OLE color: 10177873.

HSL color Cylindrical-coordinate representation of color #514D9B: hue angle of 243.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514D9B is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8177155-
CMYK0.480.5000.39
HSL243.08º33.62%45.49%-
HSV(B)243.08º50.32%60.78%-
XYZ11.969.4232.2-
YUV87.09166.33123.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=25.88%
G=24.60%
B=49.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81771550.480.5000.39243.0833.6245.49
Hex514D9B3032027f3222d
Octal12111523360620473634255
Binary1010001100110110011011110000110010010011111110011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,77,155); }

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

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

 a { background-color: rgb(81,77,155); }

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

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

 span { border-color: rgb(81,77,155); }

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