Shades of Governor Bay #555498
Tints of Governor Bay #555498
RGB
CMYK
RGB Variations
Color information
#555498 (or 0x555498) is known color: Governor Bay. HEX triplet: 55, 54 and 98. RGB value is (85,84,152). Sum of RGB (Red+Green+Blue) = 85+84+152=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #555498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555498 is #AAAB67. Grayscale: #5B5B5B. Windows color (decimal): -11185000 or 9983061. OLE color: 9983061.
HSL color Cylindrical-coordinate representation of color #555498: hue angle of 240.88º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #555498 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 84 | 152 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.40 |
| HSL | 240.88º | 0.29% | 0.46% | - |
| HSV(B) | 240.88º | 0.45% | 0.6% | - |
| XYZ | 12.58 | 10.54 | 31.08 | - |
| YUV | 92.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 152 | 0.44 | 0.45 | 0 | 0.40 | 240.88 | 0.29 | 0.46 |
| Hex | 55 | 54 | 98 | 2C | 2D | 0 | 28 | F1 | 1D | 2E |
| Octal | 125 | 124 | 230 | 54 | 55 | 0 | 50 | 361 | 35 | 56 |
| Binary | 1010101 | 1010100 | 10011000 | 101100 | 101101 | 0 | 101000 | 11110001 | 11101 | 101110 |
Color Harmonies of #555498
Complementary color
Monochromatic Colors of #555498
Black with #555498
Text Example
Text Example
White with #555498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555498; }
p { color: rgb(85,84,152); }
H1.HeaderClassName
{
color: #555498;
}
.AnyTagClassName
{
color: #555498;
}
</style>
background-color css
<style>
a { background-color: #555498; }
a { background-color: rgb(85,84,152); }
div.DivClassName
{
background-color: #555498;
}
.BgClassName
{
background-color: #555498;
}
</style>
border-color css
<style>
span { border-color: #555498; }
span { border-color: rgb(85,84,152); }
td.TdClassName
{
border-color: #555498;
}
.TagClassName
{
border-color: #555498;
}
</style>