Shades of Governor Bay #55518F
Tints of Governor Bay #55518F
RGB
CMYK
RGB Variations
Color information
#55518F (or 0x55518F) is known color: Governor Bay. HEX triplet: 55, 51 and 8F. RGB value is (85,81,143). Sum of RGB (Red+Green+Blue) = 85+81+143=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #55518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55518F is #AAAE70. Grayscale: #595959. Windows color (decimal): -11185777 or 9392469. OLE color: 9392469.
HSL color Cylindrical-coordinate representation of color #55518F: hue angle of 243.87º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55518F is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 81 | 143 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.44 |
| HSL | 243.87º | 0.28% | 0.44% | - |
| HSV(B) | 243.87º | 0.43% | 0.56% | - |
| XYZ | 11.65 | 9.8 | 27.26 | - |
| YUV | 89.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 143 | 0.41 | 0.43 | 0 | 0.44 | 243.87 | 0.28 | 0.44 |
| Hex | 55 | 51 | 8F | 29 | 2B | 0 | 2C | F4 | 1C | 2C |
| Octal | 125 | 121 | 217 | 51 | 53 | 0 | 54 | 364 | 34 | 54 |
| Binary | 1010101 | 1010001 | 10001111 | 101001 | 101011 | 0 | 101100 | 11110100 | 11100 | 101100 |
Color Harmonies of #55518F
Complementary color
Monochromatic Colors of #55518F
Black with #55518F
Text Example
Text Example
White with #55518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55518F; }
p { color: rgb(85,81,143); }
H1.HeaderClassName
{
color: #55518F;
}
.AnyTagClassName
{
color: #55518F;
}
</style>
background-color css
<style>
a { background-color: #55518F; }
a { background-color: rgb(85,81,143); }
div.DivClassName
{
background-color: #55518F;
}
.BgClassName
{
background-color: #55518F;
}
</style>
border-color css
<style>
span { border-color: #55518F; }
span { border-color: rgb(85,81,143); }
td.TdClassName
{
border-color: #55518F;
}
.TagClassName
{
border-color: #55518F;
}
</style>