Shades of Governor Bay #585A86
Tints of Governor Bay #585A86
RGB
CMYK
RGB Variations
Color information
#585A86 (or 0x585A86) is known color: Governor Bay. HEX triplet: 58, 5A and 86. RGB value is (88,90,134). Sum of RGB (Red+Green+Blue) = 88+90+134=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #585A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A86 is #A7A579. Grayscale: #5E5E5E. Windows color (decimal): -10986874 or 8804952. OLE color: 8804952.
HSL color Cylindrical-coordinate representation of color #585A86: hue angle of 237.39º 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 #585A86 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 90 | 134 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.47 |
| HSL | 237.39º | 0.21% | 0.44% | - |
| HSV(B) | 237.39º | 0.34% | 0.53% | - |
| XYZ | 11.98 | 11.11 | 24.07 | - |
| YUV | 94.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 134 | 0.34 | 0.33 | 0 | 0.47 | 237.39 | 0.21 | 0.44 |
| Hex | 58 | 5A | 86 | 22 | 21 | 0 | 2F | ED | 15 | 2C |
| Octal | 130 | 132 | 206 | 42 | 41 | 0 | 57 | 355 | 25 | 54 |
| Binary | 1011000 | 1011010 | 10000110 | 100010 | 100001 | 0 | 101111 | 11101101 | 10101 | 101100 |
Color Harmonies of #585A86
Complementary color
Monochromatic Colors of #585A86
Black with #585A86
Text Example
Text Example
White with #585A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A86; }
p { color: rgb(88,90,134); }
H1.HeaderClassName
{
color: #585A86;
}
.AnyTagClassName
{
color: #585A86;
}
</style>
background-color css
<style>
a { background-color: #585A86; }
a { background-color: rgb(88,90,134); }
div.DivClassName
{
background-color: #585A86;
}
.BgClassName
{
background-color: #585A86;
}
</style>
border-color css
<style>
span { border-color: #585A86; }
span { border-color: rgb(88,90,134); }
td.TdClassName
{
border-color: #585A86;
}
.TagClassName
{
border-color: #585A86;
}
</style>