Shades of Governor Bay #585C86
Tints of Governor Bay #585C86
RGB
CMYK
RGB Variations
Color information
#585C86 (or 0x585C86) is known color: Governor Bay. HEX triplet: 58, 5C and 86. RGB value is (88,92,134). Sum of RGB (Red+Green+Blue) = 88+92+134=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #585C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585C86 is #A7A379. Grayscale: #5F5F5F. Windows color (decimal): -10986362 or 8805464. OLE color: 8805464.
HSL color Cylindrical-coordinate representation of color #585C86: hue angle of 234.78º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #585C86 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 92 | 134 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.47 |
| HSL | 234.78º | 0.21% | 0.44% | - |
| HSV(B) | 234.78º | 0.34% | 0.53% | - |
| XYZ | 12.15 | 11.45 | 24.12 | - |
| YUV | 95.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 134 | 0.34 | 0.31 | 0 | 0.47 | 234.78 | 0.21 | 0.44 |
| Hex | 58 | 5C | 86 | 22 | 1F | 0 | 2F | EB | 15 | 2C |
| Octal | 130 | 134 | 206 | 42 | 37 | 0 | 57 | 353 | 25 | 54 |
| Binary | 1011000 | 1011100 | 10000110 | 100010 | 11111 | 0 | 101111 | 11101011 | 10101 | 101100 |
Color Harmonies of #585C86
Complementary color
Monochromatic Colors of #585C86
Black with #585C86
Text Example
Text Example
White with #585C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C86; }
p { color: rgb(88,92,134); }
H1.HeaderClassName
{
color: #585C86;
}
.AnyTagClassName
{
color: #585C86;
}
</style>
background-color css
<style>
a { background-color: #585C86; }
a { background-color: rgb(88,92,134); }
div.DivClassName
{
background-color: #585C86;
}
.BgClassName
{
background-color: #585C86;
}
</style>
border-color css
<style>
span { border-color: #585C86; }
span { border-color: rgb(88,92,134); }
td.TdClassName
{
border-color: #585C86;
}
.TagClassName
{
border-color: #585C86;
}
</style>