Shades of Governor Bay #545C93
Tints of Governor Bay #545C93
RGB
CMYK
RGB Variations
Color information
#545C93 (or 0x545C93) is known color: Governor Bay. HEX triplet: 54, 5C and 93. RGB value is (84,92,147). Sum of RGB (Red+Green+Blue) = 84+92+147=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #545C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545C93 is #ABA36C. Grayscale: #5F5F5F. Windows color (decimal): -11248493 or 9657428. OLE color: 9657428.
HSL color Cylindrical-coordinate representation of color #545C93: hue angle of 232.38º degrees, saturation: 0.27, 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 #545C93 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 92 | 147 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.42 |
| HSL | 232.38º | 0.27% | 0.45% | - |
| HSV(B) | 232.38º | 0.43% | 0.58% | - |
| XYZ | 12.75 | 11.65 | 29.18 | - |
| YUV | 95.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 147 | 0.43 | 0.37 | 0 | 0.42 | 232.38 | 0.27 | 0.45 |
| Hex | 54 | 5C | 93 | 2B | 25 | 0 | 2A | E8 | 1B | 2D |
| Octal | 124 | 134 | 223 | 53 | 45 | 0 | 52 | 350 | 33 | 55 |
| Binary | 1010100 | 1011100 | 10010011 | 101011 | 100101 | 0 | 101010 | 11101000 | 11011 | 101101 |
Color Harmonies of #545C93
Complementary color
Monochromatic Colors of #545C93
Black with #545C93
Text Example
Text Example
White with #545C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C93; }
p { color: rgb(84,92,147); }
H1.HeaderClassName
{
color: #545C93;
}
.AnyTagClassName
{
color: #545C93;
}
</style>
background-color css
<style>
a { background-color: #545C93; }
a { background-color: rgb(84,92,147); }
div.DivClassName
{
background-color: #545C93;
}
.BgClassName
{
background-color: #545C93;
}
</style>
border-color css
<style>
span { border-color: #545C93; }
span { border-color: rgb(84,92,147); }
td.TdClassName
{
border-color: #545C93;
}
.TagClassName
{
border-color: #545C93;
}
</style>