Shades of Governor Bay #545B91
Tints of Governor Bay #545B91
RGB
CMYK
RGB Variations
Color information
#545B91 (or 0x545B91) is known color: Governor Bay. HEX triplet: 54, 5B and 91. RGB value is (84,91,145). Sum of RGB (Red+Green+Blue) = 84+91+145=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #545B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545B91 is #ABA46E. Grayscale: #5E5E5E. Windows color (decimal): -11248751 or 9526100. OLE color: 9526100.
HSL color Cylindrical-coordinate representation of color #545B91: hue angle of 233.11º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #545B91 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 91 | 145 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.43 |
| HSL | 233.11º | 0.27% | 0.45% | - |
| HSV(B) | 233.11º | 0.42% | 0.57% | - |
| XYZ | 12.51 | 11.41 | 28.33 | - |
| YUV | 95.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 145 | 0.42 | 0.37 | 0 | 0.43 | 233.11 | 0.27 | 0.45 |
| Hex | 54 | 5B | 91 | 2A | 25 | 0 | 2B | E9 | 1B | 2D |
| Octal | 124 | 133 | 221 | 52 | 45 | 0 | 53 | 351 | 33 | 55 |
| Binary | 1010100 | 1011011 | 10010001 | 101010 | 100101 | 0 | 101011 | 11101001 | 11011 | 101101 |
Color Harmonies of #545B91
Complementary color
Monochromatic Colors of #545B91
Black with #545B91
Text Example
Text Example
White with #545B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B91; }
p { color: rgb(84,91,145); }
H1.HeaderClassName
{
color: #545B91;
}
.AnyTagClassName
{
color: #545B91;
}
</style>
background-color css
<style>
a { background-color: #545B91; }
a { background-color: rgb(84,91,145); }
div.DivClassName
{
background-color: #545B91;
}
.BgClassName
{
background-color: #545B91;
}
</style>
border-color css
<style>
span { border-color: #545B91; }
span { border-color: rgb(84,91,145); }
td.TdClassName
{
border-color: #545B91;
}
.TagClassName
{
border-color: #545B91;
}
</style>