Shades of Governor Bay #54569C
Tints of Governor Bay #54569C
RGB
CMYK
RGB Variations
Color information
#54569C (or 0x54569C) is known color: Governor Bay. HEX triplet: 54, 56 and 9C. RGB value is (84,86,156). Sum of RGB (Red+Green+Blue) = 84+86+156=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #54569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54569C is #ABA963. Grayscale: #5D5D5D. Windows color (decimal): -11250020 or 10245716. OLE color: 10245716.
HSL color Cylindrical-coordinate representation of color #54569C: hue angle of 238.33º 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 #54569C is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 86 | 156 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.39 |
| HSL | 238.33º | 0.3% | 0.47% | - |
| HSV(B) | 238.33º | 0.46% | 0.61% | - |
| XYZ | 12.98 | 10.94 | 32.88 | - |
| YUV | 93.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 156 | 0.46 | 0.45 | 0 | 0.39 | 238.33 | 0.3 | 0.47 |
| Hex | 54 | 56 | 9C | 2E | 2D | 0 | 27 | EE | 1E | 2F |
| Octal | 124 | 126 | 234 | 56 | 55 | 0 | 47 | 356 | 36 | 57 |
| Binary | 1010100 | 1010110 | 10011100 | 101110 | 101101 | 0 | 100111 | 11101110 | 11110 | 101111 |
Color Harmonies of #54569C
Complementary color
Monochromatic Colors of #54569C
Black with #54569C
Text Example
Text Example
White with #54569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54569C; }
p { color: rgb(84,86,156); }
H1.HeaderClassName
{
color: #54569C;
}
.AnyTagClassName
{
color: #54569C;
}
</style>
background-color css
<style>
a { background-color: #54569C; }
a { background-color: rgb(84,86,156); }
div.DivClassName
{
background-color: #54569C;
}
.BgClassName
{
background-color: #54569C;
}
</style>
border-color css
<style>
span { border-color: #54569C; }
span { border-color: rgb(84,86,156); }
td.TdClassName
{
border-color: #54569C;
}
.TagClassName
{
border-color: #54569C;
}
</style>