Shades of Governor Bay #555A9B
Tints of Governor Bay #555A9B
RGB
CMYK
RGB Variations
Color information
#555A9B (or 0x555A9B) is known color: Governor Bay. HEX triplet: 55, 5A and 9B. RGB value is (85,90,155). Sum of RGB (Red+Green+Blue) = 85+90+155=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #555A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555A9B is #AAA564. Grayscale: #5F5F5F. Windows color (decimal): -11183461 or 10181205. OLE color: 10181205.
HSL color Cylindrical-coordinate representation of color #555A9B: hue angle of 235.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #555A9B is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 90 | 155 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.39 |
| HSL | 235.71º | 0.29% | 0.47% | - |
| HSV(B) | 235.71º | 0.45% | 0.61% | - |
| XYZ | 13.32 | 11.61 | 32.55 | - |
| YUV | 95.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 155 | 0.45 | 0.42 | 0 | 0.39 | 235.71 | 0.29 | 0.47 |
| Hex | 55 | 5A | 9B | 2D | 2A | 0 | 27 | EC | 1D | 2F |
| Octal | 125 | 132 | 233 | 55 | 52 | 0 | 47 | 354 | 35 | 57 |
| Binary | 1010101 | 1011010 | 10011011 | 101101 | 101010 | 0 | 100111 | 11101100 | 11101 | 101111 |
Color Harmonies of #555A9B
Complementary color
Monochromatic Colors of #555A9B
Black with #555A9B
Text Example
Text Example
White with #555A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A9B; }
p { color: rgb(85,90,155); }
H1.HeaderClassName
{
color: #555A9B;
}
.AnyTagClassName
{
color: #555A9B;
}
</style>
background-color css
<style>
a { background-color: #555A9B; }
a { background-color: rgb(85,90,155); }
div.DivClassName
{
background-color: #555A9B;
}
.BgClassName
{
background-color: #555A9B;
}
</style>
border-color css
<style>
span { border-color: #555A9B; }
span { border-color: rgb(85,90,155); }
td.TdClassName
{
border-color: #555A9B;
}
.TagClassName
{
border-color: #555A9B;
}
</style>