Shades of Governor Bay #58578C
Tints of Governor Bay #58578C
RGB
CMYK
RGB Variations
Color information
#58578C (or 0x58578C) is known color: Governor Bay. HEX triplet: 58, 57 and 8C. RGB value is (88,87,140). Sum of RGB (Red+Green+Blue) = 88+87+140=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #58578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58578C is #A7A873. Grayscale: #5D5D5D. Windows color (decimal): -10987636 or 9197400. OLE color: 9197400.
HSL color Cylindrical-coordinate representation of color #58578C: hue angle of 241.13º 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 #58578C is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 87 | 140 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.45 |
| HSL | 241.13º | 0.23% | 0.45% | - |
| HSV(B) | 241.13º | 0.38% | 0.55% | - |
| XYZ | 12.17 | 10.78 | 26.25 | - |
| YUV | 93.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 140 | 0.37 | 0.38 | 0 | 0.45 | 241.13 | 0.23 | 0.45 |
| Hex | 58 | 57 | 8C | 25 | 26 | 0 | 2D | F1 | 17 | 2D |
| Octal | 130 | 127 | 214 | 45 | 46 | 0 | 55 | 361 | 27 | 55 |
| Binary | 1011000 | 1010111 | 10001100 | 100101 | 100110 | 0 | 101101 | 11110001 | 10111 | 101101 |
Color Harmonies of #58578C
Complementary color
Monochromatic Colors of #58578C
Black with #58578C
Text Example
Text Example
White with #58578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58578C; }
p { color: rgb(88,87,140); }
H1.HeaderClassName
{
color: #58578C;
}
.AnyTagClassName
{
color: #58578C;
}
</style>
background-color css
<style>
a { background-color: #58578C; }
a { background-color: rgb(88,87,140); }
div.DivClassName
{
background-color: #58578C;
}
.BgClassName
{
background-color: #58578C;
}
</style>
border-color css
<style>
span { border-color: #58578C; }
span { border-color: rgb(88,87,140); }
td.TdClassName
{
border-color: #58578C;
}
.TagClassName
{
border-color: #58578C;
}
</style>