Shades of Governor Bay #545A92
Tints of Governor Bay #545A92
RGB
CMYK
RGB Variations
Color information
#545A92 (or 0x545A92) is known color: Governor Bay. HEX triplet: 54, 5A and 92. RGB value is (84,90,146). Sum of RGB (Red+Green+Blue) = 84+90+146=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #545A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545A92 is #ABA56D. Grayscale: #5E5E5E. Windows color (decimal): -11249006 or 9591380. OLE color: 9591380.
HSL color Cylindrical-coordinate representation of color #545A92: hue angle of 234.19º 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 #545A92 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 90 | 146 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.43 |
| HSL | 234.19º | 0.27% | 0.45% | - |
| HSV(B) | 234.19º | 0.42% | 0.57% | - |
| XYZ | 12.5 | 11.27 | 28.71 | - |
| YUV | 94.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 146 | 0.42 | 0.38 | 0 | 0.43 | 234.19 | 0.27 | 0.45 |
| Hex | 54 | 5A | 92 | 2A | 26 | 0 | 2B | EA | 1B | 2D |
| Octal | 124 | 132 | 222 | 52 | 46 | 0 | 53 | 352 | 33 | 55 |
| Binary | 1010100 | 1011010 | 10010010 | 101010 | 100110 | 0 | 101011 | 11101010 | 11011 | 101101 |
Color Harmonies of #545A92
Complementary color
Monochromatic Colors of #545A92
Black with #545A92
Text Example
Text Example
White with #545A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A92; }
p { color: rgb(84,90,146); }
H1.HeaderClassName
{
color: #545A92;
}
.AnyTagClassName
{
color: #545A92;
}
</style>
background-color css
<style>
a { background-color: #545A92; }
a { background-color: rgb(84,90,146); }
div.DivClassName
{
background-color: #545A92;
}
.BgClassName
{
background-color: #545A92;
}
</style>
border-color css
<style>
span { border-color: #545A92; }
span { border-color: rgb(84,90,146); }
td.TdClassName
{
border-color: #545A92;
}
.TagClassName
{
border-color: #545A92;
}
</style>