Shades of Governor Bay #555298
Tints of Governor Bay #555298
RGB
CMYK
RGB Variations
Color information
#555298 (or 0x555298) is known color: Governor Bay. HEX triplet: 55, 52 and 98. RGB value is (85,82,152). Sum of RGB (Red+Green+Blue) = 85+82+152=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #555298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555298 is #AAAD67. Grayscale: #5A5A5A. Windows color (decimal): -11185512 or 9982549. OLE color: 9982549.
HSL color Cylindrical-coordinate representation of color #555298: hue angle of 242.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555298 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 82 | 152 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.40 |
| HSL | 242.57º | 0.3% | 0.46% | - |
| HSV(B) | 242.57º | 0.46% | 0.6% | - |
| XYZ | 12.43 | 10.23 | 31.03 | - |
| YUV | 90.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 152 | 0.44 | 0.46 | 0 | 0.40 | 242.57 | 0.3 | 0.46 |
| Hex | 55 | 52 | 98 | 2C | 2E | 0 | 28 | F3 | 1E | 2E |
| Octal | 125 | 122 | 230 | 54 | 56 | 0 | 50 | 363 | 36 | 56 |
| Binary | 1010101 | 1010010 | 10011000 | 101100 | 101110 | 0 | 101000 | 11110011 | 11110 | 101110 |
Color Harmonies of #555298
Complementary color
Monochromatic Colors of #555298
Black with #555298
Text Example
Text Example
White with #555298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555298; }
p { color: rgb(85,82,152); }
H1.HeaderClassName
{
color: #555298;
}
.AnyTagClassName
{
color: #555298;
}
</style>
background-color css
<style>
a { background-color: #555298; }
a { background-color: rgb(85,82,152); }
div.DivClassName
{
background-color: #555298;
}
.BgClassName
{
background-color: #555298;
}
</style>
border-color css
<style>
span { border-color: #555298; }
span { border-color: rgb(85,82,152); }
td.TdClassName
{
border-color: #555298;
}
.TagClassName
{
border-color: #555298;
}
</style>