Shades of Governor Bay #545D89
Tints of Governor Bay #545D89
RGB
CMYK
RGB Variations
Color information
#545D89 (or 0x545D89) is known color: Governor Bay. HEX triplet: 54, 5D and 89. RGB value is (84,93,137). Sum of RGB (Red+Green+Blue) = 84+93+137=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #545D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545D89 is #ABA276. Grayscale: #5F5F5F. Windows color (decimal): -11248247 or 9002324. OLE color: 9002324.
HSL color Cylindrical-coordinate representation of color #545D89: hue angle of 229.81º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #545D89 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 93 | 137 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.46 |
| HSL | 229.81º | 0.24% | 0.43% | - |
| HSV(B) | 229.81º | 0.39% | 0.54% | - |
| XYZ | 12.09 | 11.52 | 25.25 | - |
| YUV | 95.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 137 | 0.39 | 0.32 | 0 | 0.46 | 229.81 | 0.24 | 0.43 |
| Hex | 54 | 5D | 89 | 27 | 20 | 0 | 2E | E6 | 18 | 2B |
| Octal | 124 | 135 | 211 | 47 | 40 | 0 | 56 | 346 | 30 | 53 |
| Binary | 1010100 | 1011101 | 10001001 | 100111 | 100000 | 0 | 101110 | 11100110 | 11000 | 101011 |
Color Harmonies of #545D89
Complementary color
Monochromatic Colors of #545D89
Black with #545D89
Text Example
Text Example
White with #545D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D89; }
p { color: rgb(84,93,137); }
H1.HeaderClassName
{
color: #545D89;
}
.AnyTagClassName
{
color: #545D89;
}
</style>
background-color css
<style>
a { background-color: #545D89; }
a { background-color: rgb(84,93,137); }
div.DivClassName
{
background-color: #545D89;
}
.BgClassName
{
background-color: #545D89;
}
</style>
border-color css
<style>
span { border-color: #545D89; }
span { border-color: rgb(84,93,137); }
td.TdClassName
{
border-color: #545D89;
}
.TagClassName
{
border-color: #545D89;
}
</style>