Shades of Governor Bay #555B9A
Tints of Governor Bay #555B9A
RGB
CMYK
RGB Variations
Color information
#555B9A (or 0x555B9A) is known color: Governor Bay. HEX triplet: 55, 5B and 9A. RGB value is (85,91,154). Sum of RGB (Red+Green+Blue) = 85+91+154=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #555B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B9A is #AAA465. Grayscale: #606060. Windows color (decimal): -11183206 or 10115925. OLE color: 10115925.
HSL color Cylindrical-coordinate representation of color #555B9A: hue angle of 234.78º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #555B9A is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 91 | 154 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.40 |
| HSL | 234.78º | 0.29% | 0.47% | - |
| HSV(B) | 234.78º | 0.45% | 0.6% | - |
| XYZ | 13.32 | 11.75 | 32.14 | - |
| YUV | 96.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 154 | 0.45 | 0.41 | 0 | 0.40 | 234.78 | 0.29 | 0.47 |
| Hex | 55 | 5B | 9A | 2D | 29 | 0 | 28 | EB | 1D | 2F |
| Octal | 125 | 133 | 232 | 55 | 51 | 0 | 50 | 353 | 35 | 57 |
| Binary | 1010101 | 1011011 | 10011010 | 101101 | 101001 | 0 | 101000 | 11101011 | 11101 | 101111 |
Color Harmonies of #555B9A
Complementary color
Monochromatic Colors of #555B9A
Black with #555B9A
Text Example
Text Example
White with #555B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B9A; }
p { color: rgb(85,91,154); }
H1.HeaderClassName
{
color: #555B9A;
}
.AnyTagClassName
{
color: #555B9A;
}
</style>
background-color css
<style>
a { background-color: #555B9A; }
a { background-color: rgb(85,91,154); }
div.DivClassName
{
background-color: #555B9A;
}
.BgClassName
{
background-color: #555B9A;
}
</style>
border-color css
<style>
span { border-color: #555B9A; }
span { border-color: rgb(85,91,154); }
td.TdClassName
{
border-color: #555B9A;
}
.TagClassName
{
border-color: #555B9A;
}
</style>