Shades of Governor Bay #585E8D
Tints of Governor Bay #585E8D
RGB
CMYK
RGB Variations
Color information
#585E8D (or 0x585E8D) is known color: Governor Bay. HEX triplet: 58, 5E and 8D. RGB value is (88,94,141). Sum of RGB (Red+Green+Blue) = 88+94+141=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #585E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E8D is #A7A172. Grayscale: #616161. Windows color (decimal): -10985843 or 9264728. OLE color: 9264728.
HSL color Cylindrical-coordinate representation of color #585E8D: hue angle of 233.21º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #585E8D is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 94 | 141 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.45 |
| HSL | 233.21º | 0.23% | 0.45% | - |
| HSV(B) | 233.21º | 0.38% | 0.55% | - |
| XYZ | 12.83 | 12 | 26.84 | - |
| YUV | 97.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 141 | 0.38 | 0.33 | 0 | 0.45 | 233.21 | 0.23 | 0.45 |
| Hex | 58 | 5E | 8D | 26 | 21 | 0 | 2D | E9 | 17 | 2D |
| Octal | 130 | 136 | 215 | 46 | 41 | 0 | 55 | 351 | 27 | 55 |
| Binary | 1011000 | 1011110 | 10001101 | 100110 | 100001 | 0 | 101101 | 11101001 | 10111 | 101101 |
Color Harmonies of #585E8D
Complementary color
Monochromatic Colors of #585E8D
Black with #585E8D
Text Example
Text Example
White with #585E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E8D; }
p { color: rgb(88,94,141); }
H1.HeaderClassName
{
color: #585E8D;
}
.AnyTagClassName
{
color: #585E8D;
}
</style>
background-color css
<style>
a { background-color: #585E8D; }
a { background-color: rgb(88,94,141); }
div.DivClassName
{
background-color: #585E8D;
}
.BgClassName
{
background-color: #585E8D;
}
</style>
border-color css
<style>
span { border-color: #585E8D; }
span { border-color: rgb(88,94,141); }
td.TdClassName
{
border-color: #585E8D;
}
.TagClassName
{
border-color: #585E8D;
}
</style>