Shades of Governor Bay #555590
Tints of Governor Bay #555590
RGB
CMYK
RGB Variations
Color information
#555590 (or 0x555590) is known color: Governor Bay. HEX triplet: 55, 55 and 90. RGB value is (85,85,144). Sum of RGB (Red+Green+Blue) = 85+85+144=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #555590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555590 is #AAAA6F. Grayscale: #5B5B5B. Windows color (decimal): -11184752 or 9459029. OLE color: 9459029.
HSL color Cylindrical-coordinate representation of color #555590: hue angle of 240º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555590 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 85 | 144 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.44 |
| HSL | 240º | 0.26% | 0.45% | - |
| HSV(B) | 240º | 0.41% | 0.56% | - |
| XYZ | 12.03 | 10.44 | 27.77 | - |
| YUV | 91.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 144 | 0.41 | 0.41 | 0 | 0.44 | 240 | 0.26 | 0.45 |
| Hex | 55 | 55 | 90 | 29 | 29 | 0 | 2C | F0 | 1A | 2D |
| Octal | 125 | 125 | 220 | 51 | 51 | 0 | 54 | 360 | 32 | 55 |
| Binary | 1010101 | 1010101 | 10010000 | 101001 | 101001 | 0 | 101100 | 11110000 | 11010 | 101101 |
Color Harmonies of #555590
Complementary color
Monochromatic Colors of #555590
Black with #555590
Text Example
Text Example
White with #555590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555590; }
p { color: rgb(85,85,144); }
H1.HeaderClassName
{
color: #555590;
}
.AnyTagClassName
{
color: #555590;
}
</style>
background-color css
<style>
a { background-color: #555590; }
a { background-color: rgb(85,85,144); }
div.DivClassName
{
background-color: #555590;
}
.BgClassName
{
background-color: #555590;
}
</style>
border-color css
<style>
span { border-color: #555590; }
span { border-color: rgb(85,85,144); }
td.TdClassName
{
border-color: #555590;
}
.TagClassName
{
border-color: #555590;
}
</style>