Shades of Governor Bay #54558B
Tints of Governor Bay #54558B
RGB
CMYK
RGB Variations
Color information
#54558B (or 0x54558B) is known color: Governor Bay. HEX triplet: 54, 55 and 8B. RGB value is (84,85,139). Sum of RGB (Red+Green+Blue) = 84+85+139=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #54558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54558B is #ABAA74. Grayscale: #5A5A5A. Windows color (decimal): -11250293 or 9131348. OLE color: 9131348.
HSL color Cylindrical-coordinate representation of color #54558B: hue angle of 238.91º 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 #54558B is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 85 | 139 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.45 |
| HSL | 238.91º | 0.25% | 0.44% | - |
| HSV(B) | 238.91º | 0.4% | 0.55% | - |
| XYZ | 11.56 | 10.25 | 25.79 | - |
| YUV | 90.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 139 | 0.40 | 0.39 | 0 | 0.45 | 238.91 | 0.25 | 0.44 |
| Hex | 54 | 55 | 8B | 28 | 27 | 0 | 2D | EF | 19 | 2C |
| Octal | 124 | 125 | 213 | 50 | 47 | 0 | 55 | 357 | 31 | 54 |
| Binary | 1010100 | 1010101 | 10001011 | 101000 | 100111 | 0 | 101101 | 11101111 | 11001 | 101100 |
Color Harmonies of #54558B
Complementary color
Monochromatic Colors of #54558B
Black with #54558B
Text Example
Text Example
White with #54558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54558B; }
p { color: rgb(84,85,139); }
H1.HeaderClassName
{
color: #54558B;
}
.AnyTagClassName
{
color: #54558B;
}
</style>
background-color css
<style>
a { background-color: #54558B; }
a { background-color: rgb(84,85,139); }
div.DivClassName
{
background-color: #54558B;
}
.BgClassName
{
background-color: #54558B;
}
</style>
border-color css
<style>
span { border-color: #54558B; }
span { border-color: rgb(84,85,139); }
td.TdClassName
{
border-color: #54558B;
}
.TagClassName
{
border-color: #54558B;
}
</style>