Shades of Governor Bay #585B88
Tints of Governor Bay #585B88
RGB
CMYK
RGB Variations
Color information
#585B88 (or 0x585B88) is known color: Governor Bay. HEX triplet: 58, 5B and 88. RGB value is (88,91,136). Sum of RGB (Red+Green+Blue) = 88+91+136=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #585B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585B88 is #A7A477. Grayscale: #5F5F5F. Windows color (decimal): -10986616 or 8936280. OLE color: 8936280.
HSL color Cylindrical-coordinate representation of color #585B88: hue angle of 236.25º 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 #585B88 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 91 | 136 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.47 |
| HSL | 236.25º | 0.21% | 0.44% | - |
| HSV(B) | 236.25º | 0.35% | 0.53% | - |
| XYZ | 12.21 | 11.33 | 24.84 | - |
| YUV | 95.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 136 | 0.35 | 0.33 | 0 | 0.47 | 236.25 | 0.21 | 0.44 |
| Hex | 58 | 5B | 88 | 23 | 21 | 0 | 2F | EC | 15 | 2C |
| Octal | 130 | 133 | 210 | 43 | 41 | 0 | 57 | 354 | 25 | 54 |
| Binary | 1011000 | 1011011 | 10001000 | 100011 | 100001 | 0 | 101111 | 11101100 | 10101 | 101100 |
Color Harmonies of #585B88
Complementary color
Monochromatic Colors of #585B88
Black with #585B88
Text Example
Text Example
White with #585B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B88; }
p { color: rgb(88,91,136); }
H1.HeaderClassName
{
color: #585B88;
}
.AnyTagClassName
{
color: #585B88;
}
</style>
background-color css
<style>
a { background-color: #585B88; }
a { background-color: rgb(88,91,136); }
div.DivClassName
{
background-color: #585B88;
}
.BgClassName
{
background-color: #585B88;
}
</style>
border-color css
<style>
span { border-color: #585B88; }
span { border-color: rgb(88,91,136); }
td.TdClassName
{
border-color: #585B88;
}
.TagClassName
{
border-color: #585B88;
}
</style>