Shades of Governor Bay #555B8B
Tints of Governor Bay #555B8B
RGB
CMYK
RGB Variations
Color information
#555B8B (or 0x555B8B) is known color: Governor Bay. HEX triplet: 55, 5B and 8B. RGB value is (85,91,139). Sum of RGB (Red+Green+Blue) = 85+91+139=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #555B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B8B is #AAA474. Grayscale: #5E5E5E. Windows color (decimal): -11183221 or 9132885. OLE color: 9132885.
HSL color Cylindrical-coordinate representation of color #555B8B: hue angle of 233.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555B8B is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 91 | 139 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.45 |
| HSL | 233.33º | 0.24% | 0.44% | - |
| HSV(B) | 233.33º | 0.39% | 0.55% | - |
| XYZ | 12.15 | 11.28 | 25.96 | - |
| YUV | 94.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 139 | 0.39 | 0.35 | 0 | 0.45 | 233.33 | 0.24 | 0.44 |
| Hex | 55 | 5B | 8B | 27 | 23 | 0 | 2D | E9 | 18 | 2C |
| Octal | 125 | 133 | 213 | 47 | 43 | 0 | 55 | 351 | 30 | 54 |
| Binary | 1010101 | 1011011 | 10001011 | 100111 | 100011 | 0 | 101101 | 11101001 | 11000 | 101100 |
Color Harmonies of #555B8B
Complementary color
Monochromatic Colors of #555B8B
Black with #555B8B
Text Example
Text Example
White with #555B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B8B; }
p { color: rgb(85,91,139); }
H1.HeaderClassName
{
color: #555B8B;
}
.AnyTagClassName
{
color: #555B8B;
}
</style>
background-color css
<style>
a { background-color: #555B8B; }
a { background-color: rgb(85,91,139); }
div.DivClassName
{
background-color: #555B8B;
}
.BgClassName
{
background-color: #555B8B;
}
</style>
border-color css
<style>
span { border-color: #555B8B; }
span { border-color: rgb(85,91,139); }
td.TdClassName
{
border-color: #555B8B;
}
.TagClassName
{
border-color: #555B8B;
}
</style>