Shades of Governor Bay #55548F
Tints of Governor Bay #55548F
RGB
CMYK
RGB Variations
Color information
#55548F (or 0x55548F) is known color: Governor Bay. HEX triplet: 55, 54 and 8F. RGB value is (85,84,143). Sum of RGB (Red+Green+Blue) = 85+84+143=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #55548F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55548F is #AAAB70. Grayscale: #5A5A5A. Windows color (decimal): -11185009 or 9393237. OLE color: 9393237.
HSL color Cylindrical-coordinate representation of color #55548F: hue angle of 241.02º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55548F is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 84 | 143 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.44 |
| HSL | 241.02º | 0.26% | 0.45% | - |
| HSV(B) | 241.02º | 0.41% | 0.56% | - |
| XYZ | 11.87 | 10.26 | 27.34 | - |
| YUV | 91.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 143 | 0.41 | 0.41 | 0 | 0.44 | 241.02 | 0.26 | 0.45 |
| Hex | 55 | 54 | 8F | 29 | 29 | 0 | 2C | F1 | 1A | 2D |
| Octal | 125 | 124 | 217 | 51 | 51 | 0 | 54 | 361 | 32 | 55 |
| Binary | 1010101 | 1010100 | 10001111 | 101001 | 101001 | 0 | 101100 | 11110001 | 11010 | 101101 |
Color Harmonies of #55548F
Complementary color
Monochromatic Colors of #55548F
Black with #55548F
Text Example
Text Example
White with #55548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55548F; }
p { color: rgb(85,84,143); }
H1.HeaderClassName
{
color: #55548F;
}
.AnyTagClassName
{
color: #55548F;
}
</style>
background-color css
<style>
a { background-color: #55548F; }
a { background-color: rgb(85,84,143); }
div.DivClassName
{
background-color: #55548F;
}
.BgClassName
{
background-color: #55548F;
}
</style>
border-color css
<style>
span { border-color: #55548F; }
span { border-color: rgb(85,84,143); }
td.TdClassName
{
border-color: #55548F;
}
.TagClassName
{
border-color: #55548F;
}
</style>