#514B9C

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

Shades of Governor Bay #514B9C

Tints of Governor Bay #514B9C

Color information

#514B9C (or 0x514B9C) is unknown color: approx Governor Bay. HEX triplet: 51, 4B and 9C. RGB value is (81,75,156). Sum of RGB (Red+Green+Blue) = 81+75+156=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #514B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514B9C is #AEB463. Grayscale: #555555. Windows color (decimal): -11449444 or 10242897. OLE color: 10242897.

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

Color convert

RGB8175156-
CMYK0.480.5200.39
HSL244.44º35.06%45.29%-
HSV(B)244.44º51.92%61.18%-
XYZ11.919.1832.6-
YUV86.03167.49124.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 156 (61.33% from 255) = 50%
R=25.96%
G=24.04%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81751560.480.5200.39244.4435.0645.29
Hex514B9C3034027f4232d
Octal12111323460640473644355
Binary1010001100101110011100110000110100010011111110100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,75,156); }

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

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

 a { background-color: rgb(81,75,156); }

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

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

 span { border-color: rgb(81,75,156); }

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