Shades of Governor Bay #545599
Tints of Governor Bay #545599
RGB
CMYK
RGB Variations
Color information
#545599 (or 0x545599) is known color: Governor Bay. HEX triplet: 54, 55 and 99. RGB value is (84,85,153). Sum of RGB (Red+Green+Blue) = 84+85+153=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #545599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545599 is #ABAA66. Grayscale: #5C5C5C. Windows color (decimal): -11250279 or 10048852. OLE color: 10048852.
HSL color Cylindrical-coordinate representation of color #545599: hue angle of 239.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #545599 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 85 | 153 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.4 |
| HSL | 239.13º | 0.29% | 0.46% | - |
| HSV(B) | 239.13º | 0.45% | 0.6% | - |
| XYZ | 12.65 | 10.68 | 31.53 | - |
| YUV | 92.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 153 | 0.45 | 0.44 | 0 | 0.4 | 239.13 | 0.29 | 0.46 |
| Hex | 54 | 55 | 99 | 2D | 2C | 0 | 28 | EF | 1D | 2E |
| Octal | 124 | 125 | 231 | 55 | 54 | 0 | 50 | 357 | 35 | 56 |
| Binary | 1010100 | 1010101 | 10011001 | 101101 | 101100 | 0 | 101000 | 11101111 | 11101 | 101110 |
Color Harmonies of #545599
Complementary color
Monochromatic Colors of #545599
Black with #545599
Text Example
Text Example
White with #545599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545599; }
p { color: rgb(84,85,153); }
H1.HeaderClassName
{
color: #545599;
}
.AnyTagClassName
{
color: #545599;
}
</style>
background-color css
<style>
a { background-color: #545599; }
a { background-color: rgb(84,85,153); }
div.DivClassName
{
background-color: #545599;
}
.BgClassName
{
background-color: #545599;
}
</style>
border-color css
<style>
span { border-color: #545599; }
span { border-color: rgb(84,85,153); }
td.TdClassName
{
border-color: #545599;
}
.TagClassName
{
border-color: #545599;
}
</style>