Shades of Governor Bay #5A5F91
Tints of Governor Bay #5A5F91
RGB
CMYK
RGB Variations
Color information
#5A5F91 (or 0x5A5F91) is known color: Governor Bay. HEX triplet: 5A, 5F and 91. RGB value is (90,95,145). Sum of RGB (Red+Green+Blue) = 90+95+145=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 95 (37.5% from 255 or 28.79% 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 #5A5F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5F91 is #A5A06E. Grayscale: #636363. Windows color (decimal): -10854511 or 9527130. OLE color: 9527130.
HSL color Cylindrical-coordinate representation of color #5A5F91: hue angle of 234.55º 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 #5A5F91 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 95 | 145 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.43 |
| HSL | 234.55º | 0.23% | 0.46% | - |
| HSV(B) | 234.55º | 0.38% | 0.57% | - |
| XYZ | 13.42 | 12.4 | 28.47 | - |
| YUV | 99.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 145 | 0.38 | 0.34 | 0 | 0.43 | 234.55 | 0.23 | 0.46 |
| Hex | 5A | 5F | 91 | 26 | 22 | 0 | 2B | EB | 17 | 2E |
| Octal | 132 | 137 | 221 | 46 | 42 | 0 | 53 | 353 | 27 | 56 |
| Binary | 1011010 | 1011111 | 10010001 | 100110 | 100010 | 0 | 101011 | 11101011 | 10111 | 101110 |
Color Harmonies of #5A5F91
Complementary color
Monochromatic Colors of #5A5F91
Black with #5A5F91
Text Example
Text Example
White with #5A5F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5F91; }
p { color: rgb(90,95,145); }
H1.HeaderClassName
{
color: #5A5F91;
}
.AnyTagClassName
{
color: #5A5F91;
}
</style>
background-color css
<style>
a { background-color: #5A5F91; }
a { background-color: rgb(90,95,145); }
div.DivClassName
{
background-color: #5A5F91;
}
.BgClassName
{
background-color: #5A5F91;
}
</style>
border-color css
<style>
span { border-color: #5A5F91; }
span { border-color: rgb(90,95,145); }
td.TdClassName
{
border-color: #5A5F91;
}
.TagClassName
{
border-color: #5A5F91;
}
</style>