Shades of Governor Bay #555193
Tints of Governor Bay #555193
RGB
CMYK
RGB Variations
Color information
#555193 (or 0x555193) is known color: Governor Bay. HEX triplet: 55, 51 and 93. RGB value is (85,81,147). Sum of RGB (Red+Green+Blue) = 85+81+147=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #555193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555193 is #AAAE6C. Grayscale: #595959. Windows color (decimal): -11185773 or 9654613. OLE color: 9654613.
HSL color Cylindrical-coordinate representation of color #555193: hue angle of 243.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #555193 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 81 | 147 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.42 |
| HSL | 243.64º | 0.29% | 0.45% | - |
| HSV(B) | 243.64º | 0.45% | 0.58% | - |
| XYZ | 11.96 | 9.92 | 28.89 | - |
| YUV | 89.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 147 | 0.42 | 0.45 | 0 | 0.42 | 243.64 | 0.29 | 0.45 |
| Hex | 55 | 51 | 93 | 2A | 2D | 0 | 2A | F4 | 1D | 2D |
| Octal | 125 | 121 | 223 | 52 | 55 | 0 | 52 | 364 | 35 | 55 |
| Binary | 1010101 | 1010001 | 10010011 | 101010 | 101101 | 0 | 101010 | 11110100 | 11101 | 101101 |
Color Harmonies of #555193
Complementary color
Monochromatic Colors of #555193
Black with #555193
Text Example
Text Example
White with #555193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555193; }
p { color: rgb(85,81,147); }
H1.HeaderClassName
{
color: #555193;
}
.AnyTagClassName
{
color: #555193;
}
</style>
background-color css
<style>
a { background-color: #555193; }
a { background-color: rgb(85,81,147); }
div.DivClassName
{
background-color: #555193;
}
.BgClassName
{
background-color: #555193;
}
</style>
border-color css
<style>
span { border-color: #555193; }
span { border-color: rgb(85,81,147); }
td.TdClassName
{
border-color: #555193;
}
.TagClassName
{
border-color: #555193;
}
</style>