Shades of Governor Bay #585A8D
Tints of Governor Bay #585A8D
RGB
CMYK
RGB Variations
Color information
#585A8D (or 0x585A8D) is known color: Governor Bay. HEX triplet: 58, 5A and 8D. RGB value is (88,90,141). Sum of RGB (Red+Green+Blue) = 88+90+141=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #585A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A8D is #A7A572. Grayscale: #5F5F5F. Windows color (decimal): -10986867 or 9263704. OLE color: 9263704.
HSL color Cylindrical-coordinate representation of color #585A8D: hue angle of 237.74º 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 #585A8D is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 90 | 141 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.45 |
| HSL | 237.74º | 0.23% | 0.45% | - |
| HSV(B) | 237.74º | 0.38% | 0.55% | - |
| XYZ | 12.49 | 11.31 | 26.72 | - |
| YUV | 95.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 141 | 0.38 | 0.36 | 0 | 0.45 | 237.74 | 0.23 | 0.45 |
| Hex | 58 | 5A | 8D | 26 | 24 | 0 | 2D | EE | 17 | 2D |
| Octal | 130 | 132 | 215 | 46 | 44 | 0 | 55 | 356 | 27 | 55 |
| Binary | 1011000 | 1011010 | 10001101 | 100110 | 100100 | 0 | 101101 | 11101110 | 10111 | 101101 |
Color Harmonies of #585A8D
Complementary color
Monochromatic Colors of #585A8D
Black with #585A8D
Text Example
Text Example
White with #585A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A8D; }
p { color: rgb(88,90,141); }
H1.HeaderClassName
{
color: #585A8D;
}
.AnyTagClassName
{
color: #585A8D;
}
</style>
background-color css
<style>
a { background-color: #585A8D; }
a { background-color: rgb(88,90,141); }
div.DivClassName
{
background-color: #585A8D;
}
.BgClassName
{
background-color: #585A8D;
}
</style>
border-color css
<style>
span { border-color: #585A8D; }
span { border-color: rgb(88,90,141); }
td.TdClassName
{
border-color: #585A8D;
}
.TagClassName
{
border-color: #585A8D;
}
</style>