Shades of Governor Bay #55558A
Tints of Governor Bay #55558A
RGB
CMYK
RGB Variations
Color information
#55558A (or 0x55558A) is known color: Governor Bay. HEX triplet: 55, 55 and 8A. RGB value is (85,85,138). Sum of RGB (Red+Green+Blue) = 85+85+138=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #55558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55558A is #AAAA75. Grayscale: #5A5A5A. Windows color (decimal): -11184758 or 9065813. OLE color: 9065813.
HSL color Cylindrical-coordinate representation of color #55558A: hue angle of 240º 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 #55558A is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 85 | 138 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.46 |
| HSL | 240º | 0.24% | 0.44% | - |
| HSV(B) | 240º | 0.38% | 0.54% | - |
| XYZ | 11.58 | 10.26 | 25.42 | - |
| YUV | 91.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 138 | 0.38 | 0.38 | 0 | 0.46 | 240 | 0.24 | 0.44 |
| Hex | 55 | 55 | 8A | 26 | 26 | 0 | 2E | F0 | 18 | 2C |
| Octal | 125 | 125 | 212 | 46 | 46 | 0 | 56 | 360 | 30 | 54 |
| Binary | 1010101 | 1010101 | 10001010 | 100110 | 100110 | 0 | 101110 | 11110000 | 11000 | 101100 |
Color Harmonies of #55558A
Complementary color
Monochromatic Colors of #55558A
Black with #55558A
Text Example
Text Example
White with #55558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55558A; }
p { color: rgb(85,85,138); }
H1.HeaderClassName
{
color: #55558A;
}
.AnyTagClassName
{
color: #55558A;
}
</style>
background-color css
<style>
a { background-color: #55558A; }
a { background-color: rgb(85,85,138); }
div.DivClassName
{
background-color: #55558A;
}
.BgClassName
{
background-color: #55558A;
}
</style>
border-color css
<style>
span { border-color: #55558A; }
span { border-color: rgb(85,85,138); }
td.TdClassName
{
border-color: #55558A;
}
.TagClassName
{
border-color: #55558A;
}
</style>