Shades of Governor Bay #545B9A
Tints of Governor Bay #545B9A
RGB
CMYK
RGB Variations
Color information
#545B9A (or 0x545B9A) is known color: Governor Bay. HEX triplet: 54, 5B and 9A. RGB value is (84,91,154). Sum of RGB (Red+Green+Blue) = 84+91+154=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #545B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545B9A is #ABA465. Grayscale: #5F5F5F. Windows color (decimal): -11248742 or 10115924. OLE color: 10115924.
HSL color Cylindrical-coordinate representation of color #545B9A: hue angle of 234º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #545B9A is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 91 | 154 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.40 |
| HSL | 234º | 0.29% | 0.47% | - |
| HSV(B) | 234º | 0.45% | 0.6% | - |
| XYZ | 13.23 | 11.7 | 32.13 | - |
| YUV | 96.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 154 | 0.45 | 0.41 | 0 | 0.40 | 234 | 0.29 | 0.47 |
| Hex | 54 | 5B | 9A | 2D | 29 | 0 | 28 | EA | 1D | 2F |
| Octal | 124 | 133 | 232 | 55 | 51 | 0 | 50 | 352 | 35 | 57 |
| Binary | 1010100 | 1011011 | 10011010 | 101101 | 101001 | 0 | 101000 | 11101010 | 11101 | 101111 |
Color Harmonies of #545B9A
Complementary color
Monochromatic Colors of #545B9A
Black with #545B9A
Text Example
Text Example
White with #545B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B9A; }
p { color: rgb(84,91,154); }
H1.HeaderClassName
{
color: #545B9A;
}
.AnyTagClassName
{
color: #545B9A;
}
</style>
background-color css
<style>
a { background-color: #545B9A; }
a { background-color: rgb(84,91,154); }
div.DivClassName
{
background-color: #545B9A;
}
.BgClassName
{
background-color: #545B9A;
}
</style>
border-color css
<style>
span { border-color: #545B9A; }
span { border-color: rgb(84,91,154); }
td.TdClassName
{
border-color: #545B9A;
}
.TagClassName
{
border-color: #545B9A;
}
</style>