Shades of Governor Bay #545A94
Tints of Governor Bay #545A94
RGB
CMYK
RGB Variations
Color information
#545A94 (or 0x545A94) is known color: Governor Bay. HEX triplet: 54, 5A and 94. RGB value is (84,90,148). Sum of RGB (Red+Green+Blue) = 84+90+148=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #545A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545A94 is #ABA56B. Grayscale: #5E5E5E. Windows color (decimal): -11249004 or 9722452. OLE color: 9722452.
HSL color Cylindrical-coordinate representation of color #545A94: hue angle of 234.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #545A94 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 90 | 148 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.42 |
| HSL | 234.38º | 0.28% | 0.45% | - |
| HSV(B) | 234.38º | 0.43% | 0.58% | - |
| XYZ | 12.66 | 11.34 | 29.54 | - |
| YUV | 94.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 148 | 0.43 | 0.39 | 0 | 0.42 | 234.38 | 0.28 | 0.45 |
| Hex | 54 | 5A | 94 | 2B | 27 | 0 | 2A | EA | 1C | 2D |
| Octal | 124 | 132 | 224 | 53 | 47 | 0 | 52 | 352 | 34 | 55 |
| Binary | 1010100 | 1011010 | 10010100 | 101011 | 100111 | 0 | 101010 | 11101010 | 11100 | 101101 |
Color Harmonies of #545A94
Complementary color
Monochromatic Colors of #545A94
Black with #545A94
Text Example
Text Example
White with #545A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A94; }
p { color: rgb(84,90,148); }
H1.HeaderClassName
{
color: #545A94;
}
.AnyTagClassName
{
color: #545A94;
}
</style>
background-color css
<style>
a { background-color: #545A94; }
a { background-color: rgb(84,90,148); }
div.DivClassName
{
background-color: #545A94;
}
.BgClassName
{
background-color: #545A94;
}
</style>
border-color css
<style>
span { border-color: #545A94; }
span { border-color: rgb(84,90,148); }
td.TdClassName
{
border-color: #545A94;
}
.TagClassName
{
border-color: #545A94;
}
</style>