Shades of Governor Bay #55619A
Tints of Governor Bay #55619A
RGB
CMYK
RGB Variations
Color information
#55619A (or 0x55619A) is known color: Governor Bay. HEX triplet: 55, 61 and 9A. RGB value is (85,97,154). Sum of RGB (Red+Green+Blue) = 85+97+154=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #55619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55619A is #AA9E65. Grayscale: #636363. Windows color (decimal): -11181670 or 10117461. OLE color: 10117461.
HSL color Cylindrical-coordinate representation of color #55619A: hue angle of 229.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55619A is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 97 | 154 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.40 |
| HSL | 229.57º | 0.29% | 0.47% | - |
| HSV(B) | 229.57º | 0.45% | 0.6% | - |
| XYZ | 13.85 | 12.81 | 32.31 | - |
| YUV | 99.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 154 | 0.45 | 0.37 | 0 | 0.40 | 229.57 | 0.29 | 0.47 |
| Hex | 55 | 61 | 9A | 2D | 25 | 0 | 28 | E6 | 1D | 2F |
| Octal | 125 | 141 | 232 | 55 | 45 | 0 | 50 | 346 | 35 | 57 |
| Binary | 1010101 | 1100001 | 10011010 | 101101 | 100101 | 0 | 101000 | 11100110 | 11101 | 101111 |
Color Harmonies of #55619A
Complementary color
Monochromatic Colors of #55619A
Black with #55619A
Text Example
Text Example
White with #55619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55619A; }
p { color: rgb(85,97,154); }
H1.HeaderClassName
{
color: #55619A;
}
.AnyTagClassName
{
color: #55619A;
}
</style>
background-color css
<style>
a { background-color: #55619A; }
a { background-color: rgb(85,97,154); }
div.DivClassName
{
background-color: #55619A;
}
.BgClassName
{
background-color: #55619A;
}
</style>
border-color css
<style>
span { border-color: #55619A; }
span { border-color: rgb(85,97,154); }
td.TdClassName
{
border-color: #55619A;
}
.TagClassName
{
border-color: #55619A;
}
</style>