Shades of Governor Bay #585599
Tints of Governor Bay #585599
RGB
CMYK
RGB Variations
Color information
#585599 (or 0x585599) is known color: Governor Bay. HEX triplet: 58, 55 and 99. RGB value is (88,85,153). Sum of RGB (Red+Green+Blue) = 88+85+153=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #585599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585599 is #A7AA66. Grayscale: #5D5D5D. Windows color (decimal): -10988135 or 10048856. OLE color: 10048856.
HSL color Cylindrical-coordinate representation of color #585599: hue angle of 242.65º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #585599 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 85 | 153 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.4 |
| HSL | 242.65º | 0.29% | 0.47% | - |
| HSV(B) | 242.65º | 0.44% | 0.6% | - |
| XYZ | 13.02 | 10.87 | 31.55 | - |
| YUV | 93.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 153 | 0.42 | 0.44 | 0 | 0.4 | 242.65 | 0.29 | 0.47 |
| Hex | 58 | 55 | 99 | 2A | 2C | 0 | 28 | F3 | 1D | 2F |
| Octal | 130 | 125 | 231 | 52 | 54 | 0 | 50 | 363 | 35 | 57 |
| Binary | 1011000 | 1010101 | 10011001 | 101010 | 101100 | 0 | 101000 | 11110011 | 11101 | 101111 |
Color Harmonies of #585599
Complementary color
Monochromatic Colors of #585599
Black with #585599
Text Example
Text Example
White with #585599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585599; }
p { color: rgb(88,85,153); }
H1.HeaderClassName
{
color: #585599;
}
.AnyTagClassName
{
color: #585599;
}
</style>
background-color css
<style>
a { background-color: #585599; }
a { background-color: rgb(88,85,153); }
div.DivClassName
{
background-color: #585599;
}
.BgClassName
{
background-color: #585599;
}
</style>
border-color css
<style>
span { border-color: #585599; }
span { border-color: rgb(88,85,153); }
td.TdClassName
{
border-color: #585599;
}
.TagClassName
{
border-color: #585599;
}
</style>