Shades of Governor Bay #555B8A
Tints of Governor Bay #555B8A
RGB
CMYK
RGB Variations
Color information
#555B8A (or 0x555B8A) is known color: Governor Bay. HEX triplet: 55, 5B and 8A. RGB value is (85,91,138). Sum of RGB (Red+Green+Blue) = 85+91+138=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #555B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B8A is #AAA475. Grayscale: #5E5E5E. Windows color (decimal): -11183222 or 9067349. OLE color: 9067349.
HSL color Cylindrical-coordinate representation of color #555B8A: hue angle of 233.21º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555B8A is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 91 | 138 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.46 |
| HSL | 233.21º | 0.24% | 0.44% | - |
| HSV(B) | 233.21º | 0.38% | 0.54% | - |
| XYZ | 12.07 | 11.25 | 25.58 | - |
| YUV | 94.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 138 | 0.38 | 0.34 | 0 | 0.46 | 233.21 | 0.24 | 0.44 |
| Hex | 55 | 5B | 8A | 26 | 22 | 0 | 2E | E9 | 18 | 2C |
| Octal | 125 | 133 | 212 | 46 | 42 | 0 | 56 | 351 | 30 | 54 |
| Binary | 1010101 | 1011011 | 10001010 | 100110 | 100010 | 0 | 101110 | 11101001 | 11000 | 101100 |
Color Harmonies of #555B8A
Complementary color
Monochromatic Colors of #555B8A
Black with #555B8A
Text Example
Text Example
White with #555B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B8A; }
p { color: rgb(85,91,138); }
H1.HeaderClassName
{
color: #555B8A;
}
.AnyTagClassName
{
color: #555B8A;
}
</style>
background-color css
<style>
a { background-color: #555B8A; }
a { background-color: rgb(85,91,138); }
div.DivClassName
{
background-color: #555B8A;
}
.BgClassName
{
background-color: #555B8A;
}
</style>
border-color css
<style>
span { border-color: #555B8A; }
span { border-color: rgb(85,91,138); }
td.TdClassName
{
border-color: #555B8A;
}
.TagClassName
{
border-color: #555B8A;
}
</style>