Shades of Governor Bay #5F5899
Tints of Governor Bay #5F5899
RGB
CMYK
RGB Variations
Color information
#5F5899 (or 0x5F5899) is known color: Governor Bay. HEX triplet: 5F, 58 and 99. RGB value is (95,88,153). Sum of RGB (Red+Green+Blue) = 95+88+153=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5899 is #A0A766. Grayscale: #616161. Windows color (decimal): -10528615 or 10049631. OLE color: 10049631.
HSL color Cylindrical-coordinate representation of color #5F5899: hue angle of 246.46º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F5899 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 88 | 153 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.4 |
| HSL | 246.46º | 0.27% | 0.47% | - |
| HSV(B) | 246.46º | 0.42% | 0.6% | - |
| XYZ | 13.96 | 11.71 | 31.66 | - |
| YUV | 97.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 153 | 0.38 | 0.42 | 0 | 0.4 | 246.46 | 0.27 | 0.47 |
| Hex | 5F | 58 | 99 | 26 | 2A | 0 | 28 | F6 | 1B | 2F |
| Octal | 137 | 130 | 231 | 46 | 52 | 0 | 50 | 366 | 33 | 57 |
| Binary | 1011111 | 1011000 | 10011001 | 100110 | 101010 | 0 | 101000 | 11110110 | 11011 | 101111 |
Color Harmonies of #5F5899
Complementary color
Monochromatic Colors of #5F5899
Black with #5F5899
Text Example
Text Example
White with #5F5899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5899; }
p { color: rgb(95,88,153); }
H1.HeaderClassName
{
color: #5F5899;
}
.AnyTagClassName
{
color: #5F5899;
}
</style>
background-color css
<style>
a { background-color: #5F5899; }
a { background-color: rgb(95,88,153); }
div.DivClassName
{
background-color: #5F5899;
}
.BgClassName
{
background-color: #5F5899;
}
</style>
border-color css
<style>
span { border-color: #5F5899; }
span { border-color: rgb(95,88,153); }
td.TdClassName
{
border-color: #5F5899;
}
.TagClassName
{
border-color: #5F5899;
}
</style>