Shades of Governor Bay #545F8F
Tints of Governor Bay #545F8F
RGB
CMYK
RGB Variations
Color information
#545F8F (or 0x545F8F) is known color: Governor Bay. HEX triplet: 54, 5F and 8F. RGB value is (84,95,143). Sum of RGB (Red+Green+Blue) = 84+95+143=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #545F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545F8F is #ABA070. Grayscale: #606060. Windows color (decimal): -11247729 or 9396052. OLE color: 9396052.
HSL color Cylindrical-coordinate representation of color #545F8F: hue angle of 228.81º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #545F8F is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 95 | 143 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.44 |
| HSL | 228.81º | 0.26% | 0.45% | - |
| HSV(B) | 228.81º | 0.41% | 0.56% | - |
| XYZ | 12.71 | 12.05 | 27.64 | - |
| YUV | 97.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 143 | 0.41 | 0.34 | 0 | 0.44 | 228.81 | 0.26 | 0.45 |
| Hex | 54 | 5F | 8F | 29 | 22 | 0 | 2C | E5 | 1A | 2D |
| Octal | 124 | 137 | 217 | 51 | 42 | 0 | 54 | 345 | 32 | 55 |
| Binary | 1010100 | 1011111 | 10001111 | 101001 | 100010 | 0 | 101100 | 11100101 | 11010 | 101101 |
Color Harmonies of #545F8F
Complementary color
Monochromatic Colors of #545F8F
Black with #545F8F
Text Example
Text Example
White with #545F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F8F; }
p { color: rgb(84,95,143); }
H1.HeaderClassName
{
color: #545F8F;
}
.AnyTagClassName
{
color: #545F8F;
}
</style>
background-color css
<style>
a { background-color: #545F8F; }
a { background-color: rgb(84,95,143); }
div.DivClassName
{
background-color: #545F8F;
}
.BgClassName
{
background-color: #545F8F;
}
</style>
border-color css
<style>
span { border-color: #545F8F; }
span { border-color: rgb(84,95,143); }
td.TdClassName
{
border-color: #545F8F;
}
.TagClassName
{
border-color: #545F8F;
}
</style>