Shades of Governor Bay #54589C
Tints of Governor Bay #54589C
RGB
CMYK
RGB Variations
Color information
#54589C (or 0x54589C) is known color: Governor Bay. HEX triplet: 54, 58 and 9C. RGB value is (84,88,156). Sum of RGB (Red+Green+Blue) = 84+88+156=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #54589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54589C is #ABA763. Grayscale: #5E5E5E. Windows color (decimal): -11249508 or 10246228. OLE color: 10246228.
HSL color Cylindrical-coordinate representation of color #54589C: hue angle of 236.67º 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 #54589C is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 88 | 156 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.39 |
| HSL | 236.67º | 0.3% | 0.47% | - |
| HSV(B) | 236.67º | 0.46% | 0.61% | - |
| XYZ | 13.15 | 11.26 | 32.93 | - |
| YUV | 94.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 156 | 0.46 | 0.44 | 0 | 0.39 | 236.67 | 0.3 | 0.47 |
| Hex | 54 | 58 | 9C | 2E | 2C | 0 | 27 | ED | 1E | 2F |
| Octal | 124 | 130 | 234 | 56 | 54 | 0 | 47 | 355 | 36 | 57 |
| Binary | 1010100 | 1011000 | 10011100 | 101110 | 101100 | 0 | 100111 | 11101101 | 11110 | 101111 |
Color Harmonies of #54589C
Complementary color
Monochromatic Colors of #54589C
Black with #54589C
Text Example
Text Example
White with #54589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54589C; }
p { color: rgb(84,88,156); }
H1.HeaderClassName
{
color: #54589C;
}
.AnyTagClassName
{
color: #54589C;
}
</style>
background-color css
<style>
a { background-color: #54589C; }
a { background-color: rgb(84,88,156); }
div.DivClassName
{
background-color: #54589C;
}
.BgClassName
{
background-color: #54589C;
}
</style>
border-color css
<style>
span { border-color: #54589C; }
span { border-color: rgb(84,88,156); }
td.TdClassName
{
border-color: #54589C;
}
.TagClassName
{
border-color: #54589C;
}
</style>