Shades of Governor Bay #545A99
Tints of Governor Bay #545A99
RGB
CMYK
RGB Variations
Color information
#545A99 (or 0x545A99) is known color: Governor Bay. HEX triplet: 54, 5A and 99. RGB value is (84,90,153). Sum of RGB (Red+Green+Blue) = 84+90+153=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #545A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545A99 is #ABA566. Grayscale: #5F5F5F. Windows color (decimal): -11248999 or 10050132. OLE color: 10050132.
HSL color Cylindrical-coordinate representation of color #545A99: hue angle of 234.78º 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 #545A99 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 90 | 153 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.4 |
| HSL | 234.78º | 0.29% | 0.46% | - |
| HSV(B) | 234.78º | 0.45% | 0.6% | - |
| XYZ | 13.06 | 11.5 | 31.67 | - |
| YUV | 95.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 153 | 0.45 | 0.41 | 0 | 0.4 | 234.78 | 0.29 | 0.46 |
| Hex | 54 | 5A | 99 | 2D | 29 | 0 | 28 | EB | 1D | 2E |
| Octal | 124 | 132 | 231 | 55 | 51 | 0 | 50 | 353 | 35 | 56 |
| Binary | 1010100 | 1011010 | 10011001 | 101101 | 101001 | 0 | 101000 | 11101011 | 11101 | 101110 |
Color Harmonies of #545A99
Complementary color
Monochromatic Colors of #545A99
Black with #545A99
Text Example
Text Example
White with #545A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A99; }
p { color: rgb(84,90,153); }
H1.HeaderClassName
{
color: #545A99;
}
.AnyTagClassName
{
color: #545A99;
}
</style>
background-color css
<style>
a { background-color: #545A99; }
a { background-color: rgb(84,90,153); }
div.DivClassName
{
background-color: #545A99;
}
.BgClassName
{
background-color: #545A99;
}
</style>
border-color css
<style>
span { border-color: #545A99; }
span { border-color: rgb(84,90,153); }
td.TdClassName
{
border-color: #545A99;
}
.TagClassName
{
border-color: #545A99;
}
</style>