Shades of Governor Bay #554C9B
Tints of Governor Bay #554C9B
RGB
CMYK
RGB Variations
Color information
#554C9B (or 0x554C9B) is known color: Governor Bay. HEX triplet: 55, 4C and 9B. RGB value is (85,76,155). Sum of RGB (Red+Green+Blue) = 85+76+155=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #554C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C9B is #AAB364. Grayscale: #575757. Windows color (decimal): -11187045 or 10177621. OLE color: 10177621.
HSL color Cylindrical-coordinate representation of color #554C9B: hue angle of 246.84º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #554C9B is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 76 | 155 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.39 |
| HSL | 246.84º | 0.34% | 0.45% | - |
| HSV(B) | 246.84º | 0.51% | 0.61% | - |
| XYZ | 12.25 | 9.47 | 32.19 | - |
| YUV | 87.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 155 | 0.45 | 0.51 | 0 | 0.39 | 246.84 | 0.34 | 0.45 |
| Hex | 55 | 4C | 9B | 2D | 33 | 0 | 27 | F7 | 22 | 2D |
| Octal | 125 | 114 | 233 | 55 | 63 | 0 | 47 | 367 | 42 | 55 |
| Binary | 1010101 | 1001100 | 10011011 | 101101 | 110011 | 0 | 100111 | 11110111 | 100010 | 101101 |
Color Harmonies of #554C9B
Complementary color
Monochromatic Colors of #554C9B
Black with #554C9B
Text Example
Text Example
White with #554C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C9B; }
p { color: rgb(85,76,155); }
H1.HeaderClassName
{
color: #554C9B;
}
.AnyTagClassName
{
color: #554C9B;
}
</style>
background-color css
<style>
a { background-color: #554C9B; }
a { background-color: rgb(85,76,155); }
div.DivClassName
{
background-color: #554C9B;
}
.BgClassName
{
background-color: #554C9B;
}
</style>
border-color css
<style>
span { border-color: #554C9B; }
span { border-color: rgb(85,76,155); }
td.TdClassName
{
border-color: #554C9B;
}
.TagClassName
{
border-color: #554C9B;
}
</style>