Shades of Governor Bay #555F8D
Tints of Governor Bay #555F8D
RGB
CMYK
RGB Variations
Color information
#555F8D (or 0x555F8D) is known color: Governor Bay. HEX triplet: 55, 5F and 8D. RGB value is (85,95,141). Sum of RGB (Red+Green+Blue) = 85+95+141=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #555F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F8D is #AAA072. Grayscale: #616161. Windows color (decimal): -11182195 or 9264981. OLE color: 9264981.
HSL color Cylindrical-coordinate representation of color #555F8D: hue angle of 229.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555F8D is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 95 | 141 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.45 |
| HSL | 229.29º | 0.25% | 0.44% | - |
| HSV(B) | 229.29º | 0.4% | 0.55% | - |
| XYZ | 12.65 | 12.04 | 26.86 | - |
| YUV | 97.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 141 | 0.40 | 0.33 | 0 | 0.45 | 229.29 | 0.25 | 0.44 |
| Hex | 55 | 5F | 8D | 28 | 21 | 0 | 2D | E5 | 19 | 2C |
| Octal | 125 | 137 | 215 | 50 | 41 | 0 | 55 | 345 | 31 | 54 |
| Binary | 1010101 | 1011111 | 10001101 | 101000 | 100001 | 0 | 101101 | 11100101 | 11001 | 101100 |
Color Harmonies of #555F8D
Complementary color
Monochromatic Colors of #555F8D
Black with #555F8D
Text Example
Text Example
White with #555F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F8D; }
p { color: rgb(85,95,141); }
H1.HeaderClassName
{
color: #555F8D;
}
.AnyTagClassName
{
color: #555F8D;
}
</style>
background-color css
<style>
a { background-color: #555F8D; }
a { background-color: rgb(85,95,141); }
div.DivClassName
{
background-color: #555F8D;
}
.BgClassName
{
background-color: #555F8D;
}
</style>
border-color css
<style>
span { border-color: #555F8D; }
span { border-color: rgb(85,95,141); }
td.TdClassName
{
border-color: #555F8D;
}
.TagClassName
{
border-color: #555F8D;
}
</style>