Shades of Governor Bay #545A8E
Tints of Governor Bay #545A8E
RGB
CMYK
RGB Variations
Color information
#545A8E (or 0x545A8E) is known color: Governor Bay. HEX triplet: 54, 5A and 8E. RGB value is (84,90,142). Sum of RGB (Red+Green+Blue) = 84+90+142=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #545A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545A8E is #ABA571. Grayscale: #5D5D5D. Windows color (decimal): -11249010 or 9329236. OLE color: 9329236.
HSL color Cylindrical-coordinate representation of color #545A8E: hue angle of 233.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #545A8E is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 90 | 142 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.44 |
| HSL | 233.79º | 0.26% | 0.44% | - |
| HSV(B) | 233.79º | 0.41% | 0.56% | - |
| XYZ | 12.19 | 11.15 | 27.1 | - |
| YUV | 94.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 142 | 0.41 | 0.37 | 0 | 0.44 | 233.79 | 0.26 | 0.44 |
| Hex | 54 | 5A | 8E | 29 | 25 | 0 | 2C | EA | 1A | 2C |
| Octal | 124 | 132 | 216 | 51 | 45 | 0 | 54 | 352 | 32 | 54 |
| Binary | 1010100 | 1011010 | 10001110 | 101001 | 100101 | 0 | 101100 | 11101010 | 11010 | 101100 |
Color Harmonies of #545A8E
Complementary color
Monochromatic Colors of #545A8E
Black with #545A8E
Text Example
Text Example
White with #545A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A8E; }
p { color: rgb(84,90,142); }
H1.HeaderClassName
{
color: #545A8E;
}
.AnyTagClassName
{
color: #545A8E;
}
</style>
background-color css
<style>
a { background-color: #545A8E; }
a { background-color: rgb(84,90,142); }
div.DivClassName
{
background-color: #545A8E;
}
.BgClassName
{
background-color: #545A8E;
}
</style>
border-color css
<style>
span { border-color: #545A8E; }
span { border-color: rgb(84,90,142); }
td.TdClassName
{
border-color: #545A8E;
}
.TagClassName
{
border-color: #545A8E;
}
</style>