Shades of Governor Bay #5F5A91
Tints of Governor Bay #5F5A91
RGB
CMYK
RGB Variations
Color information
#5F5A91 (or 0x5F5A91) is known color: Governor Bay. HEX triplet: 5F, 5A and 91. RGB value is (95,90,145). Sum of RGB (Red+Green+Blue) = 95+90+145=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #5F5A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5A91 is #A0A56E. Grayscale: #616161. Windows color (decimal): -10528111 or 9525855. OLE color: 9525855.
HSL color Cylindrical-coordinate representation of color #5F5A91: hue angle of 245.45º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F5A91 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 90 | 145 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.43 |
| HSL | 245.45º | 0.23% | 0.46% | - |
| HSV(B) | 245.45º | 0.38% | 0.57% | - |
| XYZ | 13.49 | 11.79 | 28.35 | - |
| YUV | 97.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 145 | 0.34 | 0.38 | 0 | 0.43 | 245.45 | 0.23 | 0.46 |
| Hex | 5F | 5A | 91 | 22 | 26 | 0 | 2B | F5 | 17 | 2E |
| Octal | 137 | 132 | 221 | 42 | 46 | 0 | 53 | 365 | 27 | 56 |
| Binary | 1011111 | 1011010 | 10010001 | 100010 | 100110 | 0 | 101011 | 11110101 | 10111 | 101110 |
Color Harmonies of #5F5A91
Complementary color
Monochromatic Colors of #5F5A91
Black with #5F5A91
Text Example
Text Example
White with #5F5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5A91; }
p { color: rgb(95,90,145); }
H1.HeaderClassName
{
color: #5F5A91;
}
.AnyTagClassName
{
color: #5F5A91;
}
</style>
background-color css
<style>
a { background-color: #5F5A91; }
a { background-color: rgb(95,90,145); }
div.DivClassName
{
background-color: #5F5A91;
}
.BgClassName
{
background-color: #5F5A91;
}
</style>
border-color css
<style>
span { border-color: #5F5A91; }
span { border-color: rgb(95,90,145); }
td.TdClassName
{
border-color: #5F5A91;
}
.TagClassName
{
border-color: #5F5A91;
}
</style>