Shades of Governor Bay #554A99
Tints of Governor Bay #554A99
RGB
CMYK
RGB Variations
Color information
#554A99 (or 0x554A99) is known color: Governor Bay. HEX triplet: 55, 4A and 99. RGB value is (85,74,153). Sum of RGB (Red+Green+Blue) = 85+74+153=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #554A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554A99 is #AAB566. Grayscale: #555555. Windows color (decimal): -11187559 or 10046037. OLE color: 10046037.
HSL color Cylindrical-coordinate representation of color #554A99: hue angle of 248.35º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554A99 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 74 | 153 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.4 |
| HSL | 248.35º | 0.35% | 0.45% | - |
| HSV(B) | 248.35º | 0.52% | 0.6% | - |
| XYZ | 11.94 | 9.13 | 31.27 | - |
| YUV | 86.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 153 | 0.44 | 0.52 | 0 | 0.4 | 248.35 | 0.35 | 0.45 |
| Hex | 55 | 4A | 99 | 2C | 34 | 0 | 28 | F8 | 23 | 2D |
| Octal | 125 | 112 | 231 | 54 | 64 | 0 | 50 | 370 | 43 | 55 |
| Binary | 1010101 | 1001010 | 10011001 | 101100 | 110100 | 0 | 101000 | 11111000 | 100011 | 101101 |
Color Harmonies of #554A99
Complementary color
Monochromatic Colors of #554A99
Black with #554A99
Text Example
Text Example
White with #554A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A99; }
p { color: rgb(85,74,153); }
H1.HeaderClassName
{
color: #554A99;
}
.AnyTagClassName
{
color: #554A99;
}
</style>
background-color css
<style>
a { background-color: #554A99; }
a { background-color: rgb(85,74,153); }
div.DivClassName
{
background-color: #554A99;
}
.BgClassName
{
background-color: #554A99;
}
</style>
border-color css
<style>
span { border-color: #554A99; }
span { border-color: rgb(85,74,153); }
td.TdClassName
{
border-color: #554A99;
}
.TagClassName
{
border-color: #554A99;
}
</style>