Shades of Governor Bay #585D91
Tints of Governor Bay #585D91
RGB
CMYK
RGB Variations
Color information
#585D91 (or 0x585D91) is known color: Governor Bay. HEX triplet: 58, 5D and 91. RGB value is (88,93,145). Sum of RGB (Red+Green+Blue) = 88+93+145=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #585D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D91 is #A7A26E. Grayscale: #616161. Windows color (decimal): -10986095 or 9526616. OLE color: 9526616.
HSL color Cylindrical-coordinate representation of color #585D91: hue angle of 234.74º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585D91 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 93 | 145 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.43 |
| HSL | 234.74º | 0.24% | 0.46% | - |
| HSV(B) | 234.74º | 0.39% | 0.57% | - |
| XYZ | 13.05 | 11.95 | 28.41 | - |
| YUV | 97.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 145 | 0.39 | 0.36 | 0 | 0.43 | 234.74 | 0.24 | 0.46 |
| Hex | 58 | 5D | 91 | 27 | 24 | 0 | 2B | EB | 18 | 2E |
| Octal | 130 | 135 | 221 | 47 | 44 | 0 | 53 | 353 | 30 | 56 |
| Binary | 1011000 | 1011101 | 10010001 | 100111 | 100100 | 0 | 101011 | 11101011 | 11000 | 101110 |
Color Harmonies of #585D91
Complementary color
Monochromatic Colors of #585D91
Black with #585D91
Text Example
Text Example
White with #585D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D91; }
p { color: rgb(88,93,145); }
H1.HeaderClassName
{
color: #585D91;
}
.AnyTagClassName
{
color: #585D91;
}
</style>
background-color css
<style>
a { background-color: #585D91; }
a { background-color: rgb(88,93,145); }
div.DivClassName
{
background-color: #585D91;
}
.BgClassName
{
background-color: #585D91;
}
</style>
border-color css
<style>
span { border-color: #585D91; }
span { border-color: rgb(88,93,145); }
td.TdClassName
{
border-color: #585D91;
}
.TagClassName
{
border-color: #585D91;
}
</style>