Shades of Governor Bay #555B9B
Tints of Governor Bay #555B9B
RGB
CMYK
RGB Variations
Color information
#555B9B (or 0x555B9B) is known color: Governor Bay. HEX triplet: 55, 5B and 9B. RGB value is (85,91,155). Sum of RGB (Red+Green+Blue) = 85+91+155=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #555B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B9B is #AAA464. Grayscale: #606060. Windows color (decimal): -11183205 or 10181461. OLE color: 10181461.
HSL color Cylindrical-coordinate representation of color #555B9B: hue angle of 234.86º 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 #555B9B is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 91 | 155 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.39 |
| HSL | 234.86º | 0.29% | 0.47% | - |
| HSV(B) | 234.86º | 0.45% | 0.61% | - |
| XYZ | 13.4 | 11.78 | 32.58 | - |
| YUV | 96.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 155 | 0.45 | 0.41 | 0 | 0.39 | 234.86 | 0.29 | 0.47 |
| Hex | 55 | 5B | 9B | 2D | 29 | 0 | 27 | EB | 1D | 2F |
| Octal | 125 | 133 | 233 | 55 | 51 | 0 | 47 | 353 | 35 | 57 |
| Binary | 1010101 | 1011011 | 10011011 | 101101 | 101001 | 0 | 100111 | 11101011 | 11101 | 101111 |
Color Harmonies of #555B9B
Complementary color
Monochromatic Colors of #555B9B
Black with #555B9B
Text Example
Text Example
White with #555B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B9B; }
p { color: rgb(85,91,155); }
H1.HeaderClassName
{
color: #555B9B;
}
.AnyTagClassName
{
color: #555B9B;
}
</style>
background-color css
<style>
a { background-color: #555B9B; }
a { background-color: rgb(85,91,155); }
div.DivClassName
{
background-color: #555B9B;
}
.BgClassName
{
background-color: #555B9B;
}
</style>
border-color css
<style>
span { border-color: #555B9B; }
span { border-color: rgb(85,91,155); }
td.TdClassName
{
border-color: #555B9B;
}
.TagClassName
{
border-color: #555B9B;
}
</style>