Shades of Governor Bay #585F8B
Tints of Governor Bay #585F8B
RGB
CMYK
RGB Variations
Color information
#585F8B (or 0x585F8B) is known color: Governor Bay. HEX triplet: 58, 5F and 8B. RGB value is (88,95,139). Sum of RGB (Red+Green+Blue) = 88+95+139=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #585F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F8B is #A7A074. Grayscale: #616161. Windows color (decimal): -10985589 or 9133912. OLE color: 9133912.
HSL color Cylindrical-coordinate representation of color #585F8B: hue angle of 231.76º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #585F8B is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 95 | 139 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.45 |
| HSL | 231.76º | 0.22% | 0.45% | - |
| HSV(B) | 231.76º | 0.37% | 0.55% | - |
| XYZ | 12.78 | 12.12 | 26.09 | - |
| YUV | 97.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 139 | 0.37 | 0.32 | 0 | 0.45 | 231.76 | 0.22 | 0.45 |
| Hex | 58 | 5F | 8B | 25 | 20 | 0 | 2D | E8 | 16 | 2D |
| Octal | 130 | 137 | 213 | 45 | 40 | 0 | 55 | 350 | 26 | 55 |
| Binary | 1011000 | 1011111 | 10001011 | 100101 | 100000 | 0 | 101101 | 11101000 | 10110 | 101101 |
Color Harmonies of #585F8B
Complementary color
Monochromatic Colors of #585F8B
Black with #585F8B
Text Example
Text Example
White with #585F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F8B; }
p { color: rgb(88,95,139); }
H1.HeaderClassName
{
color: #585F8B;
}
.AnyTagClassName
{
color: #585F8B;
}
</style>
background-color css
<style>
a { background-color: #585F8B; }
a { background-color: rgb(88,95,139); }
div.DivClassName
{
background-color: #585F8B;
}
.BgClassName
{
background-color: #585F8B;
}
</style>
border-color css
<style>
span { border-color: #585F8B; }
span { border-color: rgb(88,95,139); }
td.TdClassName
{
border-color: #585F8B;
}
.TagClassName
{
border-color: #585F8B;
}
</style>