Shades of Governor Bay #554D9B
Tints of Governor Bay #554D9B
RGB
CMYK
RGB Variations
Color information
#554D9B (or 0x554D9B) is known color: Governor Bay. HEX triplet: 55, 4D and 9B. RGB value is (85,77,155). Sum of RGB (Red+Green+Blue) = 85+77+155=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #554D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D9B is #AAB264. Grayscale: #575757. Windows color (decimal): -11186789 or 10177877. OLE color: 10177877.
HSL color Cylindrical-coordinate representation of color #554D9B: hue angle of 246.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #554D9B is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 77 | 155 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.39 |
| HSL | 246.15º | 0.34% | 0.45% | - |
| HSV(B) | 246.15º | 0.5% | 0.61% | - |
| XYZ | 12.32 | 9.61 | 32.22 | - |
| YUV | 88.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 155 | 0.45 | 0.50 | 0 | 0.39 | 246.15 | 0.34 | 0.45 |
| Hex | 55 | 4D | 9B | 2D | 32 | 0 | 27 | F6 | 22 | 2D |
| Octal | 125 | 115 | 233 | 55 | 62 | 0 | 47 | 366 | 42 | 55 |
| Binary | 1010101 | 1001101 | 10011011 | 101101 | 110010 | 0 | 100111 | 11110110 | 100010 | 101101 |
Color Harmonies of #554D9B
Complementary color
Monochromatic Colors of #554D9B
Black with #554D9B
Text Example
Text Example
White with #554D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D9B; }
p { color: rgb(85,77,155); }
H1.HeaderClassName
{
color: #554D9B;
}
.AnyTagClassName
{
color: #554D9B;
}
</style>
background-color css
<style>
a { background-color: #554D9B; }
a { background-color: rgb(85,77,155); }
div.DivClassName
{
background-color: #554D9B;
}
.BgClassName
{
background-color: #554D9B;
}
</style>
border-color css
<style>
span { border-color: #554D9B; }
span { border-color: rgb(85,77,155); }
td.TdClassName
{
border-color: #554D9B;
}
.TagClassName
{
border-color: #554D9B;
}
</style>