Shades of Governor Bay #54519F
Tints of Governor Bay #54519F
RGB
CMYK
RGB Variations
Color information
#54519F (or 0x54519F) is known color: Governor Bay. HEX triplet: 54, 51 and 9F. RGB value is (84,81,159). Sum of RGB (Red+Green+Blue) = 84+81+159=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #54519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54519F is #ABAE60. Grayscale: #5A5A5A. Windows color (decimal): -11251297 or 10441044. OLE color: 10441044.
HSL color Cylindrical-coordinate representation of color #54519F: hue angle of 242.31º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54519F is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 81 | 159 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.38 |
| HSL | 242.31º | 0.33% | 0.47% | - |
| HSV(B) | 242.31º | 0.49% | 0.62% | - |
| XYZ | 12.86 | 10.27 | 34.11 | - |
| YUV | 90.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 159 | 0.47 | 0.49 | 0 | 0.38 | 242.31 | 0.33 | 0.47 |
| Hex | 54 | 51 | 9F | 2F | 31 | 0 | 26 | F2 | 20 | 2F |
| Octal | 124 | 121 | 237 | 57 | 61 | 0 | 46 | 362 | 40 | 57 |
| Binary | 1010100 | 1010001 | 10011111 | 101111 | 110001 | 0 | 100110 | 11110010 | 100000 | 101111 |
Color Harmonies of #54519F
Complementary color
Monochromatic Colors of #54519F
Black with #54519F
Text Example
Text Example
White with #54519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54519F; }
p { color: rgb(84,81,159); }
H1.HeaderClassName
{
color: #54519F;
}
.AnyTagClassName
{
color: #54519F;
}
</style>
background-color css
<style>
a { background-color: #54519F; }
a { background-color: rgb(84,81,159); }
div.DivClassName
{
background-color: #54519F;
}
.BgClassName
{
background-color: #54519F;
}
</style>
border-color css
<style>
span { border-color: #54519F; }
span { border-color: rgb(84,81,159); }
td.TdClassName
{
border-color: #54519F;
}
.TagClassName
{
border-color: #54519F;
}
</style>