Shades of Governor Bay #585993
Tints of Governor Bay #585993
RGB
CMYK
RGB Variations
Color information
#585993 (or 0x585993) is known color: Governor Bay. HEX triplet: 58, 59 and 93. RGB value is (88,89,147). Sum of RGB (Red+Green+Blue) = 88+89+147=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #585993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585993 is #A7A66C. Grayscale: #5F5F5F. Windows color (decimal): -10987117 or 9656664. OLE color: 9656664.
HSL color Cylindrical-coordinate representation of color #585993: hue angle of 238.98º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585993 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 89 | 147 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.42 |
| HSL | 238.98º | 0.25% | 0.46% | - |
| HSV(B) | 238.98º | 0.4% | 0.58% | - |
| XYZ | 12.86 | 11.33 | 29.11 | - |
| YUV | 95.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 147 | 0.40 | 0.39 | 0 | 0.42 | 238.98 | 0.25 | 0.46 |
| Hex | 58 | 59 | 93 | 28 | 27 | 0 | 2A | EF | 19 | 2E |
| Octal | 130 | 131 | 223 | 50 | 47 | 0 | 52 | 357 | 31 | 56 |
| Binary | 1011000 | 1011001 | 10010011 | 101000 | 100111 | 0 | 101010 | 11101111 | 11001 | 101110 |
Color Harmonies of #585993
Complementary color
Monochromatic Colors of #585993
Black with #585993
Text Example
Text Example
White with #585993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585993; }
p { color: rgb(88,89,147); }
H1.HeaderClassName
{
color: #585993;
}
.AnyTagClassName
{
color: #585993;
}
</style>
background-color css
<style>
a { background-color: #585993; }
a { background-color: rgb(88,89,147); }
div.DivClassName
{
background-color: #585993;
}
.BgClassName
{
background-color: #585993;
}
</style>
border-color css
<style>
span { border-color: #585993; }
span { border-color: rgb(88,89,147); }
td.TdClassName
{
border-color: #585993;
}
.TagClassName
{
border-color: #585993;
}
</style>