Shades of Governor Bay #545A87
Tints of Governor Bay #545A87
RGB
CMYK
RGB Variations
Color information
#545A87 (or 0x545A87) is known color: Governor Bay. HEX triplet: 54, 5A and 87. RGB value is (84,90,135). Sum of RGB (Red+Green+Blue) = 84+90+135=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #545A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545A87 is #ABA578. Grayscale: #5D5D5D. Windows color (decimal): -11249017 or 8870484. OLE color: 8870484.
HSL color Cylindrical-coordinate representation of color #545A87: hue angle of 232.94º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #545A87 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 90 | 135 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.47 |
| HSL | 232.94º | 0.23% | 0.43% | - |
| HSV(B) | 232.94º | 0.38% | 0.53% | - |
| XYZ | 11.69 | 10.95 | 24.42 | - |
| YUV | 93.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 135 | 0.38 | 0.33 | 0 | 0.47 | 232.94 | 0.23 | 0.43 |
| Hex | 54 | 5A | 87 | 26 | 21 | 0 | 2F | E9 | 17 | 2B |
| Octal | 124 | 132 | 207 | 46 | 41 | 0 | 57 | 351 | 27 | 53 |
| Binary | 1010100 | 1011010 | 10000111 | 100110 | 100001 | 0 | 101111 | 11101001 | 10111 | 101011 |
Color Harmonies of #545A87
Complementary color
Monochromatic Colors of #545A87
Black with #545A87
Text Example
Text Example
White with #545A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A87; }
p { color: rgb(84,90,135); }
H1.HeaderClassName
{
color: #545A87;
}
.AnyTagClassName
{
color: #545A87;
}
</style>
background-color css
<style>
a { background-color: #545A87; }
a { background-color: rgb(84,90,135); }
div.DivClassName
{
background-color: #545A87;
}
.BgClassName
{
background-color: #545A87;
}
</style>
border-color css
<style>
span { border-color: #545A87; }
span { border-color: rgb(84,90,135); }
td.TdClassName
{
border-color: #545A87;
}
.TagClassName
{
border-color: #545A87;
}
</style>