Shades of Governor Bay #545F8D
Tints of Governor Bay #545F8D
RGB
CMYK
RGB Variations
Color information
#545F8D (or 0x545F8D) is known color: Governor Bay. HEX triplet: 54, 5F and 8D. RGB value is (84,95,141). Sum of RGB (Red+Green+Blue) = 84+95+141=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #545F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545F8D is #ABA072. Grayscale: #606060. Windows color (decimal): -11247731 or 9264980. OLE color: 9264980.
HSL color Cylindrical-coordinate representation of color #545F8D: hue angle of 228.42º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #545F8D is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 95 | 141 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.45 |
| HSL | 228.42º | 0.25% | 0.44% | - |
| HSV(B) | 228.42º | 0.4% | 0.55% | - |
| XYZ | 12.56 | 11.99 | 26.85 | - |
| YUV | 96.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 141 | 0.40 | 0.33 | 0 | 0.45 | 228.42 | 0.25 | 0.44 |
| Hex | 54 | 5F | 8D | 28 | 21 | 0 | 2D | E4 | 19 | 2C |
| Octal | 124 | 137 | 215 | 50 | 41 | 0 | 55 | 344 | 31 | 54 |
| Binary | 1010100 | 1011111 | 10001101 | 101000 | 100001 | 0 | 101101 | 11100100 | 11001 | 101100 |
Color Harmonies of #545F8D
Complementary color
Monochromatic Colors of #545F8D
Black with #545F8D
Text Example
Text Example
White with #545F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F8D; }
p { color: rgb(84,95,141); }
H1.HeaderClassName
{
color: #545F8D;
}
.AnyTagClassName
{
color: #545F8D;
}
</style>
background-color css
<style>
a { background-color: #545F8D; }
a { background-color: rgb(84,95,141); }
div.DivClassName
{
background-color: #545F8D;
}
.BgClassName
{
background-color: #545F8D;
}
</style>
border-color css
<style>
span { border-color: #545F8D; }
span { border-color: rgb(84,95,141); }
td.TdClassName
{
border-color: #545F8D;
}
.TagClassName
{
border-color: #545F8D;
}
</style>