Shades of Governor Bay #585C89
Tints of Governor Bay #585C89
RGB
CMYK
RGB Variations
Color information
#585C89 (or 0x585C89) is known color: Governor Bay. HEX triplet: 58, 5C and 89. RGB value is (88,92,137). Sum of RGB (Red+Green+Blue) = 88+92+137=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #585C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585C89 is #A7A376. Grayscale: #5F5F5F. Windows color (decimal): -10986359 or 9002072. OLE color: 9002072.
HSL color Cylindrical-coordinate representation of color #585C89: hue angle of 235.1º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #585C89 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 92 | 137 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.46 |
| HSL | 235.1º | 0.22% | 0.44% | - |
| HSV(B) | 235.1º | 0.36% | 0.54% | - |
| XYZ | 12.37 | 11.54 | 25.24 | - |
| YUV | 95.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 137 | 0.36 | 0.33 | 0 | 0.46 | 235.1 | 0.22 | 0.44 |
| Hex | 58 | 5C | 89 | 24 | 21 | 0 | 2E | EB | 16 | 2C |
| Octal | 130 | 134 | 211 | 44 | 41 | 0 | 56 | 353 | 26 | 54 |
| Binary | 1011000 | 1011100 | 10001001 | 100100 | 100001 | 0 | 101110 | 11101011 | 10110 | 101100 |
Color Harmonies of #585C89
Complementary color
Monochromatic Colors of #585C89
Black with #585C89
Text Example
Text Example
White with #585C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C89; }
p { color: rgb(88,92,137); }
H1.HeaderClassName
{
color: #585C89;
}
.AnyTagClassName
{
color: #585C89;
}
</style>
background-color css
<style>
a { background-color: #585C89; }
a { background-color: rgb(88,92,137); }
div.DivClassName
{
background-color: #585C89;
}
.BgClassName
{
background-color: #585C89;
}
</style>
border-color css
<style>
span { border-color: #585C89; }
span { border-color: rgb(88,92,137); }
td.TdClassName
{
border-color: #585C89;
}
.TagClassName
{
border-color: #585C89;
}
</style>