Shades of Governor Bay #555A8F
Tints of Governor Bay #555A8F
RGB
CMYK
RGB Variations
Color information
#555A8F (or 0x555A8F) is known color: Governor Bay. HEX triplet: 55, 5A and 8F. RGB value is (85,90,143). Sum of RGB (Red+Green+Blue) = 85+90+143=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #555A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555A8F is #AAA570. Grayscale: #5E5E5E. Windows color (decimal): -11183473 or 9394773. OLE color: 9394773.
HSL color Cylindrical-coordinate representation of color #555A8F: hue angle of 234.83º 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 #555A8F is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 90 | 143 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.44 |
| HSL | 234.83º | 0.25% | 0.45% | - |
| HSV(B) | 234.83º | 0.41% | 0.56% | - |
| XYZ | 12.36 | 11.23 | 27.5 | - |
| YUV | 94.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 143 | 0.41 | 0.37 | 0 | 0.44 | 234.83 | 0.25 | 0.45 |
| Hex | 55 | 5A | 8F | 29 | 25 | 0 | 2C | EB | 19 | 2D |
| Octal | 125 | 132 | 217 | 51 | 45 | 0 | 54 | 353 | 31 | 55 |
| Binary | 1010101 | 1011010 | 10001111 | 101001 | 100101 | 0 | 101100 | 11101011 | 11001 | 101101 |
Color Harmonies of #555A8F
Complementary color
Monochromatic Colors of #555A8F
Black with #555A8F
Text Example
Text Example
White with #555A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A8F; }
p { color: rgb(85,90,143); }
H1.HeaderClassName
{
color: #555A8F;
}
.AnyTagClassName
{
color: #555A8F;
}
</style>
background-color css
<style>
a { background-color: #555A8F; }
a { background-color: rgb(85,90,143); }
div.DivClassName
{
background-color: #555A8F;
}
.BgClassName
{
background-color: #555A8F;
}
</style>
border-color css
<style>
span { border-color: #555A8F; }
span { border-color: rgb(85,90,143); }
td.TdClassName
{
border-color: #555A8F;
}
.TagClassName
{
border-color: #555A8F;
}
</style>