Shades of Governor Bay #55609A
Tints of Governor Bay #55609A
RGB
CMYK
RGB Variations
Color information
#55609A (or 0x55609A) is known color: Governor Bay. HEX triplet: 55, 60 and 9A. RGB value is (85,96,154). Sum of RGB (Red+Green+Blue) = 85+96+154=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #55609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55609A is #AA9F65. Grayscale: #636363. Windows color (decimal): -11181926 or 10117205. OLE color: 10117205.
HSL color Cylindrical-coordinate representation of color #55609A: hue angle of 230.43º 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 #55609A is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 96 | 154 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.40 |
| HSL | 230.43º | 0.29% | 0.47% | - |
| HSV(B) | 230.43º | 0.45% | 0.6% | - |
| XYZ | 13.76 | 12.63 | 32.28 | - |
| YUV | 99.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 154 | 0.45 | 0.38 | 0 | 0.40 | 230.43 | 0.29 | 0.47 |
| Hex | 55 | 60 | 9A | 2D | 26 | 0 | 28 | E6 | 1D | 2F |
| Octal | 125 | 140 | 232 | 55 | 46 | 0 | 50 | 346 | 35 | 57 |
| Binary | 1010101 | 1100000 | 10011010 | 101101 | 100110 | 0 | 101000 | 11100110 | 11101 | 101111 |
Color Harmonies of #55609A
Complementary color
Monochromatic Colors of #55609A
Black with #55609A
Text Example
Text Example
White with #55609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55609A; }
p { color: rgb(85,96,154); }
H1.HeaderClassName
{
color: #55609A;
}
.AnyTagClassName
{
color: #55609A;
}
</style>
background-color css
<style>
a { background-color: #55609A; }
a { background-color: rgb(85,96,154); }
div.DivClassName
{
background-color: #55609A;
}
.BgClassName
{
background-color: #55609A;
}
</style>
border-color css
<style>
span { border-color: #55609A; }
span { border-color: rgb(85,96,154); }
td.TdClassName
{
border-color: #55609A;
}
.TagClassName
{
border-color: #55609A;
}
</style>