Shades of Governor Bay #585B86
Tints of Governor Bay #585B86
RGB
CMYK
RGB Variations
Color information
#585B86 (or 0x585B86) is known color: Governor Bay. HEX triplet: 58, 5B and 86. RGB value is (88,91,134). Sum of RGB (Red+Green+Blue) = 88+91+134=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #585B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585B86 is #A7A479. Grayscale: #5E5E5E. Windows color (decimal): -10986618 or 8805208. OLE color: 8805208.
HSL color Cylindrical-coordinate representation of color #585B86: hue angle of 236.09º 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 #585B86 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 91 | 134 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.47 |
| HSL | 236.09º | 0.21% | 0.44% | - |
| HSV(B) | 236.09º | 0.34% | 0.53% | - |
| XYZ | 12.07 | 11.28 | 24.1 | - |
| YUV | 95.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 134 | 0.34 | 0.32 | 0 | 0.47 | 236.09 | 0.21 | 0.44 |
| Hex | 58 | 5B | 86 | 22 | 20 | 0 | 2F | EC | 15 | 2C |
| Octal | 130 | 133 | 206 | 42 | 40 | 0 | 57 | 354 | 25 | 54 |
| Binary | 1011000 | 1011011 | 10000110 | 100010 | 100000 | 0 | 101111 | 11101100 | 10101 | 101100 |
Color Harmonies of #585B86
Complementary color
Monochromatic Colors of #585B86
Black with #585B86
Text Example
Text Example
White with #585B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B86; }
p { color: rgb(88,91,134); }
H1.HeaderClassName
{
color: #585B86;
}
.AnyTagClassName
{
color: #585B86;
}
</style>
background-color css
<style>
a { background-color: #585B86; }
a { background-color: rgb(88,91,134); }
div.DivClassName
{
background-color: #585B86;
}
.BgClassName
{
background-color: #585B86;
}
</style>
border-color css
<style>
span { border-color: #585B86; }
span { border-color: rgb(88,91,134); }
td.TdClassName
{
border-color: #585B86;
}
.TagClassName
{
border-color: #585B86;
}
</style>