Shades of Governor Bay #585888
Tints of Governor Bay #585888
RGB
CMYK
RGB Variations
Color information
#585888 (or 0x585888) is known color: Governor Bay. HEX triplet: 58, 58 and 88. RGB value is (88,88,136). Sum of RGB (Red+Green+Blue) = 88+88+136=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #585888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585888 is #A7A777. Grayscale: #5D5D5D. Windows color (decimal): -10987384 or 8935512. OLE color: 8935512.
HSL color Cylindrical-coordinate representation of color #585888: hue angle of 240º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #585888 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 88 | 136 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.47 |
| HSL | 240º | 0.21% | 0.44% | - |
| HSV(B) | 240º | 0.35% | 0.53% | - |
| XYZ | 11.96 | 10.83 | 24.75 | - |
| YUV | 93.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 136 | 0.35 | 0.35 | 0 | 0.47 | 240 | 0.21 | 0.44 |
| Hex | 58 | 58 | 88 | 23 | 23 | 0 | 2F | F0 | 15 | 2C |
| Octal | 130 | 130 | 210 | 43 | 43 | 0 | 57 | 360 | 25 | 54 |
| Binary | 1011000 | 1011000 | 10001000 | 100011 | 100011 | 0 | 101111 | 11110000 | 10101 | 101100 |
Color Harmonies of #585888
Complementary color
Monochromatic Colors of #585888
Black with #585888
Text Example
Text Example
White with #585888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585888; }
p { color: rgb(88,88,136); }
H1.HeaderClassName
{
color: #585888;
}
.AnyTagClassName
{
color: #585888;
}
</style>
background-color css
<style>
a { background-color: #585888; }
a { background-color: rgb(88,88,136); }
div.DivClassName
{
background-color: #585888;
}
.BgClassName
{
background-color: #585888;
}
</style>
border-color css
<style>
span { border-color: #585888; }
span { border-color: rgb(88,88,136); }
td.TdClassName
{
border-color: #585888;
}
.TagClassName
{
border-color: #585888;
}
</style>