Shades of Governor Bay #585C8D
Tints of Governor Bay #585C8D
RGB
CMYK
RGB Variations
Color information
#585C8D (or 0x585C8D) is known color: Governor Bay. HEX triplet: 58, 5C and 8D. RGB value is (88,92,141). Sum of RGB (Red+Green+Blue) = 88+92+141=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #585C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585C8D is #A7A372. Grayscale: #606060. Windows color (decimal): -10986355 or 9264216. OLE color: 9264216.
HSL color Cylindrical-coordinate representation of color #585C8D: hue angle of 235.47º 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 #585C8D is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 92 | 141 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.45 |
| HSL | 235.47º | 0.23% | 0.45% | - |
| HSV(B) | 235.47º | 0.38% | 0.55% | - |
| XYZ | 12.66 | 11.65 | 26.78 | - |
| YUV | 96.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 141 | 0.38 | 0.35 | 0 | 0.45 | 235.47 | 0.23 | 0.45 |
| Hex | 58 | 5C | 8D | 26 | 23 | 0 | 2D | EB | 17 | 2D |
| Octal | 130 | 134 | 215 | 46 | 43 | 0 | 55 | 353 | 27 | 55 |
| Binary | 1011000 | 1011100 | 10001101 | 100110 | 100011 | 0 | 101101 | 11101011 | 10111 | 101101 |
Color Harmonies of #585C8D
Complementary color
Monochromatic Colors of #585C8D
Black with #585C8D
Text Example
Text Example
White with #585C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C8D; }
p { color: rgb(88,92,141); }
H1.HeaderClassName
{
color: #585C8D;
}
.AnyTagClassName
{
color: #585C8D;
}
</style>
background-color css
<style>
a { background-color: #585C8D; }
a { background-color: rgb(88,92,141); }
div.DivClassName
{
background-color: #585C8D;
}
.BgClassName
{
background-color: #585C8D;
}
</style>
border-color css
<style>
span { border-color: #585C8D; }
span { border-color: rgb(88,92,141); }
td.TdClassName
{
border-color: #585C8D;
}
.TagClassName
{
border-color: #585C8D;
}
</style>