Shades of Governor Bay #585B8E
Tints of Governor Bay #585B8E
RGB
CMYK
RGB Variations
Color information
#585B8E (or 0x585B8E) is known color: Governor Bay. HEX triplet: 58, 5B and 8E. RGB value is (88,91,142). Sum of RGB (Red+Green+Blue) = 88+91+142=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #585B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585B8E is #A7A471. Grayscale: #5F5F5F. Windows color (decimal): -10986610 or 9329496. OLE color: 9329496.
HSL color Cylindrical-coordinate representation of color #585B8E: hue angle of 236.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #585B8E is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 91 | 142 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.44 |
| HSL | 236.67º | 0.23% | 0.45% | - |
| HSV(B) | 236.67º | 0.38% | 0.56% | - |
| XYZ | 12.65 | 11.51 | 27.15 | - |
| YUV | 95.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 142 | 0.38 | 0.36 | 0 | 0.44 | 236.67 | 0.23 | 0.45 |
| Hex | 58 | 5B | 8E | 26 | 24 | 0 | 2C | ED | 17 | 2D |
| Octal | 130 | 133 | 216 | 46 | 44 | 0 | 54 | 355 | 27 | 55 |
| Binary | 1011000 | 1011011 | 10001110 | 100110 | 100100 | 0 | 101100 | 11101101 | 10111 | 101101 |
Color Harmonies of #585B8E
Complementary color
Monochromatic Colors of #585B8E
Black with #585B8E
Text Example
Text Example
White with #585B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B8E; }
p { color: rgb(88,91,142); }
H1.HeaderClassName
{
color: #585B8E;
}
.AnyTagClassName
{
color: #585B8E;
}
</style>
background-color css
<style>
a { background-color: #585B8E; }
a { background-color: rgb(88,91,142); }
div.DivClassName
{
background-color: #585B8E;
}
.BgClassName
{
background-color: #585B8E;
}
</style>
border-color css
<style>
span { border-color: #585B8E; }
span { border-color: rgb(88,91,142); }
td.TdClassName
{
border-color: #585B8E;
}
.TagClassName
{
border-color: #585B8E;
}
</style>