Shades of Governor Bay #555095
Tints of Governor Bay #555095
RGB
CMYK
RGB Variations
Color information
#555095 (or 0x555095) is known color: Governor Bay. HEX triplet: 55, 50 and 95. RGB value is (85,80,149). Sum of RGB (Red+Green+Blue) = 85+80+149=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #555095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555095 is #AAAF6A. Grayscale: #595959. Windows color (decimal): -11186027 or 9785429. OLE color: 9785429.
HSL color Cylindrical-coordinate representation of color #555095: hue angle of 244.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555095 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 80 | 149 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.42 |
| HSL | 244.35º | 0.3% | 0.45% | - |
| HSV(B) | 244.35º | 0.46% | 0.58% | - |
| XYZ | 12.04 | 9.84 | 29.7 | - |
| YUV | 89.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 149 | 0.43 | 0.46 | 0 | 0.42 | 244.35 | 0.3 | 0.45 |
| Hex | 55 | 50 | 95 | 2B | 2E | 0 | 2A | F4 | 1E | 2D |
| Octal | 125 | 120 | 225 | 53 | 56 | 0 | 52 | 364 | 36 | 55 |
| Binary | 1010101 | 1010000 | 10010101 | 101011 | 101110 | 0 | 101010 | 11110100 | 11110 | 101101 |
Color Harmonies of #555095
Complementary color
Monochromatic Colors of #555095
Black with #555095
Text Example
Text Example
White with #555095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555095; }
p { color: rgb(85,80,149); }
H1.HeaderClassName
{
color: #555095;
}
.AnyTagClassName
{
color: #555095;
}
</style>
background-color css
<style>
a { background-color: #555095; }
a { background-color: rgb(85,80,149); }
div.DivClassName
{
background-color: #555095;
}
.BgClassName
{
background-color: #555095;
}
</style>
border-color css
<style>
span { border-color: #555095; }
span { border-color: rgb(85,80,149); }
td.TdClassName
{
border-color: #555095;
}
.TagClassName
{
border-color: #555095;
}
</style>