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