Shades of Governor Bay #55499C
Tints of Governor Bay #55499C
RGB
CMYK
RGB Variations
Color information
#55499C (or 0x55499C) is known color: Governor Bay. HEX triplet: 55, 49 and 9C. RGB value is (85,73,156). Sum of RGB (Red+Green+Blue) = 85+73+156=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #55499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55499C is #AAB663. Grayscale: #555555. Windows color (decimal): -11187812 or 10242389. OLE color: 10242389.
HSL color Cylindrical-coordinate representation of color #55499C: hue angle of 248.67º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55499C is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 73 | 156 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.39 |
| HSL | 248.67º | 0.36% | 0.45% | - |
| HSV(B) | 248.67º | 0.53% | 0.61% | - |
| XYZ | 12.13 | 9.1 | 32.57 | - |
| YUV | 86.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 156 | 0.46 | 0.53 | 0 | 0.39 | 248.67 | 0.36 | 0.45 |
| Hex | 55 | 49 | 9C | 2E | 35 | 0 | 27 | F9 | 24 | 2D |
| Octal | 125 | 111 | 234 | 56 | 65 | 0 | 47 | 371 | 44 | 55 |
| Binary | 1010101 | 1001001 | 10011100 | 101110 | 110101 | 0 | 100111 | 11111001 | 100100 | 101101 |
Color Harmonies of #55499C
Complementary color
Monochromatic Colors of #55499C
Black with #55499C
Text Example
Text Example
White with #55499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55499C; }
p { color: rgb(85,73,156); }
H1.HeaderClassName
{
color: #55499C;
}
.AnyTagClassName
{
color: #55499C;
}
</style>
background-color css
<style>
a { background-color: #55499C; }
a { background-color: rgb(85,73,156); }
div.DivClassName
{
background-color: #55499C;
}
.BgClassName
{
background-color: #55499C;
}
</style>
border-color css
<style>
span { border-color: #55499C; }
span { border-color: rgb(85,73,156); }
td.TdClassName
{
border-color: #55499C;
}
.TagClassName
{
border-color: #55499C;
}
</style>