Shades of Governor Bay #545D88
Tints of Governor Bay #545D88
RGB
CMYK
RGB Variations
Color information
#545D88 (or 0x545D88) is known color: Governor Bay. HEX triplet: 54, 5D and 88. RGB value is (84,93,136). Sum of RGB (Red+Green+Blue) = 84+93+136=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #545D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545D88 is #ABA277. Grayscale: #5F5F5F. Windows color (decimal): -11248248 or 8936788. OLE color: 8936788.
HSL color Cylindrical-coordinate representation of color #545D88: hue angle of 229.62º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #545D88 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 93 | 136 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.47 |
| HSL | 229.62º | 0.24% | 0.43% | - |
| HSV(B) | 229.62º | 0.38% | 0.53% | - |
| XYZ | 12.01 | 11.49 | 24.88 | - |
| YUV | 95.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 136 | 0.38 | 0.32 | 0 | 0.47 | 229.62 | 0.24 | 0.43 |
| Hex | 54 | 5D | 88 | 26 | 20 | 0 | 2F | E6 | 18 | 2B |
| Octal | 124 | 135 | 210 | 46 | 40 | 0 | 57 | 346 | 30 | 53 |
| Binary | 1010100 | 1011101 | 10001000 | 100110 | 100000 | 0 | 101111 | 11100110 | 11000 | 101011 |
Color Harmonies of #545D88
Complementary color
Monochromatic Colors of #545D88
Black with #545D88
Text Example
Text Example
White with #545D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D88; }
p { color: rgb(84,93,136); }
H1.HeaderClassName
{
color: #545D88;
}
.AnyTagClassName
{
color: #545D88;
}
</style>
background-color css
<style>
a { background-color: #545D88; }
a { background-color: rgb(84,93,136); }
div.DivClassName
{
background-color: #545D88;
}
.BgClassName
{
background-color: #545D88;
}
</style>
border-color css
<style>
span { border-color: #545D88; }
span { border-color: rgb(84,93,136); }
td.TdClassName
{
border-color: #545D88;
}
.TagClassName
{
border-color: #545D88;
}
</style>