Shades of Governor Bay #555A8B
Tints of Governor Bay #555A8B
RGB
CMYK
RGB Variations
Color information
#555A8B (or 0x555A8B) is known color: Governor Bay. HEX triplet: 55, 5A and 8B. RGB value is (85,90,139). Sum of RGB (Red+Green+Blue) = 85+90+139=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #555A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555A8B is #AAA574. Grayscale: #5D5D5D. Windows color (decimal): -11183477 or 9132629. OLE color: 9132629.
HSL color Cylindrical-coordinate representation of color #555A8B: hue angle of 234.44º 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 #555A8B is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 90 | 139 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.45 |
| HSL | 234.44º | 0.24% | 0.44% | - |
| HSV(B) | 234.44º | 0.39% | 0.55% | - |
| XYZ | 12.06 | 11.11 | 25.93 | - |
| YUV | 94.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 139 | 0.39 | 0.35 | 0 | 0.45 | 234.44 | 0.24 | 0.44 |
| Hex | 55 | 5A | 8B | 27 | 23 | 0 | 2D | EA | 18 | 2C |
| Octal | 125 | 132 | 213 | 47 | 43 | 0 | 55 | 352 | 30 | 54 |
| Binary | 1010101 | 1011010 | 10001011 | 100111 | 100011 | 0 | 101101 | 11101010 | 11000 | 101100 |
Color Harmonies of #555A8B
Complementary color
Monochromatic Colors of #555A8B
Black with #555A8B
Text Example
Text Example
White with #555A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A8B; }
p { color: rgb(85,90,139); }
H1.HeaderClassName
{
color: #555A8B;
}
.AnyTagClassName
{
color: #555A8B;
}
</style>
background-color css
<style>
a { background-color: #555A8B; }
a { background-color: rgb(85,90,139); }
div.DivClassName
{
background-color: #555A8B;
}
.BgClassName
{
background-color: #555A8B;
}
</style>
border-color css
<style>
span { border-color: #555A8B; }
span { border-color: rgb(85,90,139); }
td.TdClassName
{
border-color: #555A8B;
}
.TagClassName
{
border-color: #555A8B;
}
</style>