Shades of Governor Bay #545C85
Tints of Governor Bay #545C85
RGB
CMYK
RGB Variations
Color information
#545C85 (or 0x545C85) is known color: Governor Bay. HEX triplet: 54, 5C and 85. RGB value is (84,92,133). Sum of RGB (Red+Green+Blue) = 84+92+133=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #545C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545C85 is #ABA37A. Grayscale: #5E5E5E. Windows color (decimal): -11248507 or 8739924. OLE color: 8739924.
HSL color Cylindrical-coordinate representation of color #545C85: hue angle of 230.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #545C85 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 92 | 133 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.48 |
| HSL | 230.2º | 0.23% | 0.43% | - |
| HSV(B) | 230.2º | 0.37% | 0.52% | - |
| XYZ | 11.72 | 11.23 | 23.74 | - |
| YUV | 94.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 133 | 0.37 | 0.31 | 0 | 0.48 | 230.2 | 0.23 | 0.43 |
| Hex | 54 | 5C | 85 | 25 | 1F | 0 | 30 | E6 | 17 | 2B |
| Octal | 124 | 134 | 205 | 45 | 37 | 0 | 60 | 346 | 27 | 53 |
| Binary | 1010100 | 1011100 | 10000101 | 100101 | 11111 | 0 | 110000 | 11100110 | 10111 | 101011 |
Color Harmonies of #545C85
Complementary color
Monochromatic Colors of #545C85
Black with #545C85
Text Example
Text Example
White with #545C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C85; }
p { color: rgb(84,92,133); }
H1.HeaderClassName
{
color: #545C85;
}
.AnyTagClassName
{
color: #545C85;
}
</style>
background-color css
<style>
a { background-color: #545C85; }
a { background-color: rgb(84,92,133); }
div.DivClassName
{
background-color: #545C85;
}
.BgClassName
{
background-color: #545C85;
}
</style>
border-color css
<style>
span { border-color: #545C85; }
span { border-color: rgb(84,92,133); }
td.TdClassName
{
border-color: #545C85;
}
.TagClassName
{
border-color: #545C85;
}
</style>