Shades of Governor Bay #54548D
Tints of Governor Bay #54548D
RGB
CMYK
RGB Variations
Color information
#54548D (or 0x54548D) is known color: Governor Bay. HEX triplet: 54, 54 and 8D. RGB value is (84,84,141). Sum of RGB (Red+Green+Blue) = 84+84+141=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #54548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54548D is #ABAB72. Grayscale: #5A5A5A. Windows color (decimal): -11250547 or 9262164. OLE color: 9262164.
HSL color Cylindrical-coordinate representation of color #54548D: hue angle of 240º 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 #54548D is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 84 | 141 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.45 |
| HSL | 240º | 0.25% | 0.44% | - |
| HSV(B) | 240º | 0.4% | 0.55% | - |
| XYZ | 11.63 | 10.15 | 26.54 | - |
| YUV | 90.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 141 | 0.40 | 0.40 | 0 | 0.45 | 240 | 0.25 | 0.44 |
| Hex | 54 | 54 | 8D | 28 | 28 | 0 | 2D | F0 | 19 | 2C |
| Octal | 124 | 124 | 215 | 50 | 50 | 0 | 55 | 360 | 31 | 54 |
| Binary | 1010100 | 1010100 | 10001101 | 101000 | 101000 | 0 | 101101 | 11110000 | 11001 | 101100 |
Color Harmonies of #54548D
Complementary color
Monochromatic Colors of #54548D
Black with #54548D
Text Example
Text Example
White with #54548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54548D; }
p { color: rgb(84,84,141); }
H1.HeaderClassName
{
color: #54548D;
}
.AnyTagClassName
{
color: #54548D;
}
</style>
background-color css
<style>
a { background-color: #54548D; }
a { background-color: rgb(84,84,141); }
div.DivClassName
{
background-color: #54548D;
}
.BgClassName
{
background-color: #54548D;
}
</style>
border-color css
<style>
span { border-color: #54548D; }
span { border-color: rgb(84,84,141); }
td.TdClassName
{
border-color: #54548D;
}
.TagClassName
{
border-color: #54548D;
}
</style>