Shades of Governor Bay #54579B
Tints of Governor Bay #54579B
RGB
CMYK
RGB Variations
Color information
#54579B (or 0x54579B) is known color: Governor Bay. HEX triplet: 54, 57 and 9B. RGB value is (84,87,155). Sum of RGB (Red+Green+Blue) = 84+87+155=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #54579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54579B is #ABA864. Grayscale: #5D5D5D. Windows color (decimal): -11249765 or 10180436. OLE color: 10180436.
HSL color Cylindrical-coordinate representation of color #54579B: hue angle of 237.46º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54579B is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 87 | 155 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.39 |
| HSL | 237.46º | 0.3% | 0.47% | - |
| HSV(B) | 237.46º | 0.46% | 0.61% | - |
| XYZ | 12.98 | 11.07 | 32.46 | - |
| YUV | 93.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 155 | 0.46 | 0.44 | 0 | 0.39 | 237.46 | 0.3 | 0.47 |
| Hex | 54 | 57 | 9B | 2E | 2C | 0 | 27 | ED | 1E | 2F |
| Octal | 124 | 127 | 233 | 56 | 54 | 0 | 47 | 355 | 36 | 57 |
| Binary | 1010100 | 1010111 | 10011011 | 101110 | 101100 | 0 | 100111 | 11101101 | 11110 | 101111 |
Color Harmonies of #54579B
Complementary color
Monochromatic Colors of #54579B
Black with #54579B
Text Example
Text Example
White with #54579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54579B; }
p { color: rgb(84,87,155); }
H1.HeaderClassName
{
color: #54579B;
}
.AnyTagClassName
{
color: #54579B;
}
</style>
background-color css
<style>
a { background-color: #54579B; }
a { background-color: rgb(84,87,155); }
div.DivClassName
{
background-color: #54579B;
}
.BgClassName
{
background-color: #54579B;
}
</style>
border-color css
<style>
span { border-color: #54579B; }
span { border-color: rgb(84,87,155); }
td.TdClassName
{
border-color: #54579B;
}
.TagClassName
{
border-color: #54579B;
}
</style>