Shades of Governor Bay #555B8F
Tints of Governor Bay #555B8F
RGB
CMYK
RGB Variations
Color information
#555B8F (or 0x555B8F) is known color: Governor Bay. HEX triplet: 55, 5B and 8F. RGB value is (85,91,143). Sum of RGB (Red+Green+Blue) = 85+91+143=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #555B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B8F is #AAA470. Grayscale: #5E5E5E. Windows color (decimal): -11183217 or 9395029. OLE color: 9395029.
HSL color Cylindrical-coordinate representation of color #555B8F: hue angle of 233.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555B8F is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 91 | 143 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.44 |
| HSL | 233.79º | 0.25% | 0.45% | - |
| HSV(B) | 233.79º | 0.41% | 0.56% | - |
| XYZ | 12.45 | 11.4 | 27.53 | - |
| YUV | 95.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 143 | 0.41 | 0.36 | 0 | 0.44 | 233.79 | 0.25 | 0.45 |
| Hex | 55 | 5B | 8F | 29 | 24 | 0 | 2C | EA | 19 | 2D |
| Octal | 125 | 133 | 217 | 51 | 44 | 0 | 54 | 352 | 31 | 55 |
| Binary | 1010101 | 1011011 | 10001111 | 101001 | 100100 | 0 | 101100 | 11101010 | 11001 | 101101 |
Color Harmonies of #555B8F
Complementary color
Monochromatic Colors of #555B8F
Black with #555B8F
Text Example
Text Example
White with #555B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B8F; }
p { color: rgb(85,91,143); }
H1.HeaderClassName
{
color: #555B8F;
}
.AnyTagClassName
{
color: #555B8F;
}
</style>
background-color css
<style>
a { background-color: #555B8F; }
a { background-color: rgb(85,91,143); }
div.DivClassName
{
background-color: #555B8F;
}
.BgClassName
{
background-color: #555B8F;
}
</style>
border-color css
<style>
span { border-color: #555B8F; }
span { border-color: rgb(85,91,143); }
td.TdClassName
{
border-color: #555B8F;
}
.TagClassName
{
border-color: #555B8F;
}
</style>