Shades of Governor Bay #55549B
Tints of Governor Bay #55549B
RGB
CMYK
RGB Variations
Color information
#55549B (or 0x55549B) is known color: Governor Bay. HEX triplet: 55, 54 and 9B. RGB value is (85,84,155). Sum of RGB (Red+Green+Blue) = 85+84+155=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #55549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55549B is #AAAB64. Grayscale: #5C5C5C. Windows color (decimal): -11184997 or 10179669. OLE color: 10179669.
HSL color Cylindrical-coordinate representation of color #55549B: hue angle of 240.85º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55549B is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 84 | 155 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.39 |
| HSL | 240.85º | 0.3% | 0.47% | - |
| HSV(B) | 240.85º | 0.46% | 0.61% | - |
| XYZ | 12.83 | 10.64 | 32.39 | - |
| YUV | 92.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 155 | 0.45 | 0.46 | 0 | 0.39 | 240.85 | 0.3 | 0.47 |
| Hex | 55 | 54 | 9B | 2D | 2E | 0 | 27 | F1 | 1E | 2F |
| Octal | 125 | 124 | 233 | 55 | 56 | 0 | 47 | 361 | 36 | 57 |
| Binary | 1010101 | 1010100 | 10011011 | 101101 | 101110 | 0 | 100111 | 11110001 | 11110 | 101111 |
Color Harmonies of #55549B
Complementary color
Monochromatic Colors of #55549B
Black with #55549B
Text Example
Text Example
White with #55549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55549B; }
p { color: rgb(85,84,155); }
H1.HeaderClassName
{
color: #55549B;
}
.AnyTagClassName
{
color: #55549B;
}
</style>
background-color css
<style>
a { background-color: #55549B; }
a { background-color: rgb(85,84,155); }
div.DivClassName
{
background-color: #55549B;
}
.BgClassName
{
background-color: #55549B;
}
</style>
border-color css
<style>
span { border-color: #55549B; }
span { border-color: rgb(85,84,155); }
td.TdClassName
{
border-color: #55549B;
}
.TagClassName
{
border-color: #55549B;
}
</style>