Shades of Governor Bay #554E9F
Tints of Governor Bay #554E9F
RGB
CMYK
RGB Variations
Color information
#554E9F (or 0x554E9F) is known color: Governor Bay. HEX triplet: 55, 4E and 9F. RGB value is (85,78,159). Sum of RGB (Red+Green+Blue) = 85+78+159=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #554E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E9F is #AAB160. Grayscale: #595959. Windows color (decimal): -11186529 or 10440277. OLE color: 10440277.
HSL color Cylindrical-coordinate representation of color #554E9F: hue angle of 245.19º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #554E9F is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 78 | 159 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.38 |
| HSL | 245.19º | 0.34% | 0.46% | - |
| HSV(B) | 245.19º | 0.51% | 0.62% | - |
| XYZ | 12.73 | 9.88 | 34.04 | - |
| YUV | 89.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 159 | 0.47 | 0.51 | 0 | 0.38 | 245.19 | 0.34 | 0.46 |
| Hex | 55 | 4E | 9F | 2F | 33 | 0 | 26 | F5 | 22 | 2E |
| Octal | 125 | 116 | 237 | 57 | 63 | 0 | 46 | 365 | 42 | 56 |
| Binary | 1010101 | 1001110 | 10011111 | 101111 | 110011 | 0 | 100110 | 11110101 | 100010 | 101110 |
Color Harmonies of #554E9F
Complementary color
Monochromatic Colors of #554E9F
Black with #554E9F
Text Example
Text Example
White with #554E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E9F; }
p { color: rgb(85,78,159); }
H1.HeaderClassName
{
color: #554E9F;
}
.AnyTagClassName
{
color: #554E9F;
}
</style>
background-color css
<style>
a { background-color: #554E9F; }
a { background-color: rgb(85,78,159); }
div.DivClassName
{
background-color: #554E9F;
}
.BgClassName
{
background-color: #554E9F;
}
</style>
border-color css
<style>
span { border-color: #554E9F; }
span { border-color: rgb(85,78,159); }
td.TdClassName
{
border-color: #554E9F;
}
.TagClassName
{
border-color: #554E9F;
}
</style>