Shades of Governor Bay #5555A0
Tints of Governor Bay #5555A0
RGB
CMYK
RGB Variations
Color information
#5555A0 (or 0x5555A0) is known color: Governor Bay. HEX triplet: 55, 55 and A0. RGB value is (85,85,160). Sum of RGB (Red+Green+Blue) = 85+85+160=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #5555A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5555A0 is #AAAA5F. Grayscale: #5D5D5D. Windows color (decimal): -11184736 or 10507605. OLE color: 10507605.
HSL color Cylindrical-coordinate representation of color #5555A0: hue angle of 240º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5555A0 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 85 | 160 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.37 |
| HSL | 240º | 0.31% | 0.48% | - |
| HSV(B) | 240º | 0.47% | 0.63% | - |
| XYZ | 13.34 | 10.97 | 34.67 | - |
| YUV | 93.55 | 165.5 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 160 | 0.47 | 0.47 | 0 | 0.37 | 240 | 0.31 | 0.48 |
| Hex | 55 | 55 | A0 | 2F | 2F | 0 | 25 | F0 | 1F | 30 |
| Octal | 125 | 125 | 240 | 57 | 57 | 0 | 45 | 360 | 37 | 60 |
| Binary | 1010101 | 1010101 | 10100000 | 101111 | 101111 | 0 | 100101 | 11110000 | 11111 | 110000 |
Color Harmonies of #5555A0
Complementary color
Monochromatic Colors of #5555A0
Black with #5555A0
Text Example
Text Example
White with #5555A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5555A0; }
p { color: rgb(85,85,160); }
H1.HeaderClassName
{
color: #5555A0;
}
.AnyTagClassName
{
color: #5555A0;
}
</style>
background-color css
<style>
a { background-color: #5555A0; }
a { background-color: rgb(85,85,160); }
div.DivClassName
{
background-color: #5555A0;
}
.BgClassName
{
background-color: #5555A0;
}
</style>
border-color css
<style>
span { border-color: #5555A0; }
span { border-color: rgb(85,85,160); }
td.TdClassName
{
border-color: #5555A0;
}
.TagClassName
{
border-color: #5555A0;
}
</style>