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