Shades of Governor Bay #54568D
Tints of Governor Bay #54568D
RGB
CMYK
RGB Variations
Color information
#54568D (or 0x54568D) is known color: Governor Bay. HEX triplet: 54, 56 and 8D. RGB value is (84,86,141). Sum of RGB (Red+Green+Blue) = 84+86+141=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #54568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54568D is #ABA972. Grayscale: #5B5B5B. Windows color (decimal): -11250035 or 9262676. OLE color: 9262676.
HSL color Cylindrical-coordinate representation of color #54568D: hue angle of 237.89º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54568D is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 86 | 141 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.45 |
| HSL | 237.89º | 0.25% | 0.44% | - |
| HSV(B) | 237.89º | 0.4% | 0.55% | - |
| XYZ | 11.79 | 10.46 | 26.6 | - |
| YUV | 91.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 141 | 0.40 | 0.39 | 0 | 0.45 | 237.89 | 0.25 | 0.44 |
| Hex | 54 | 56 | 8D | 28 | 27 | 0 | 2D | EE | 19 | 2C |
| Octal | 124 | 126 | 215 | 50 | 47 | 0 | 55 | 356 | 31 | 54 |
| Binary | 1010100 | 1010110 | 10001101 | 101000 | 100111 | 0 | 101101 | 11101110 | 11001 | 101100 |
Color Harmonies of #54568D
Complementary color
Monochromatic Colors of #54568D
Black with #54568D
Text Example
Text Example
White with #54568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54568D; }
p { color: rgb(84,86,141); }
H1.HeaderClassName
{
color: #54568D;
}
.AnyTagClassName
{
color: #54568D;
}
</style>
background-color css
<style>
a { background-color: #54568D; }
a { background-color: rgb(84,86,141); }
div.DivClassName
{
background-color: #54568D;
}
.BgClassName
{
background-color: #54568D;
}
</style>
border-color css
<style>
span { border-color: #54568D; }
span { border-color: rgb(84,86,141); }
td.TdClassName
{
border-color: #54568D;
}
.TagClassName
{
border-color: #54568D;
}
</style>