Shades of Governor Bay #555098
Tints of Governor Bay #555098
RGB
CMYK
RGB Variations
Color information
#555098 (or 0x555098) is known color: Governor Bay. HEX triplet: 55, 50 and 98. RGB value is (85,80,152). Sum of RGB (Red+Green+Blue) = 85+80+152=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #555098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555098 is #AAAF67. Grayscale: #595959. Windows color (decimal): -11186024 or 9982037. OLE color: 9982037.
HSL color Cylindrical-coordinate representation of color #555098: hue angle of 244.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #555098 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 80 | 152 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.40 |
| HSL | 244.17º | 0.31% | 0.45% | - |
| HSV(B) | 244.17º | 0.47% | 0.6% | - |
| XYZ | 12.28 | 9.94 | 30.98 | - |
| YUV | 89.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 152 | 0.44 | 0.47 | 0 | 0.40 | 244.17 | 0.31 | 0.45 |
| Hex | 55 | 50 | 98 | 2C | 2F | 0 | 28 | F4 | 1F | 2D |
| Octal | 125 | 120 | 230 | 54 | 57 | 0 | 50 | 364 | 37 | 55 |
| Binary | 1010101 | 1010000 | 10011000 | 101100 | 101111 | 0 | 101000 | 11110100 | 11111 | 101101 |
Color Harmonies of #555098
Complementary color
Monochromatic Colors of #555098
Black with #555098
Text Example
Text Example
White with #555098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555098; }
p { color: rgb(85,80,152); }
H1.HeaderClassName
{
color: #555098;
}
.AnyTagClassName
{
color: #555098;
}
</style>
background-color css
<style>
a { background-color: #555098; }
a { background-color: rgb(85,80,152); }
div.DivClassName
{
background-color: #555098;
}
.BgClassName
{
background-color: #555098;
}
</style>
border-color css
<style>
span { border-color: #555098; }
span { border-color: rgb(85,80,152); }
td.TdClassName
{
border-color: #555098;
}
.TagClassName
{
border-color: #555098;
}
</style>