Shades of Governor Bay #58509F
Tints of Governor Bay #58509F
RGB
CMYK
RGB Variations
Color information
#58509F (or 0x58509F) is known color: Governor Bay. HEX triplet: 58, 50 and 9F. RGB value is (88,80,159). Sum of RGB (Red+Green+Blue) = 88+80+159=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #58509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58509F is #A7AF60. Grayscale: #5B5B5B. Windows color (decimal): -10989409 or 10440792. OLE color: 10440792.
HSL color Cylindrical-coordinate representation of color #58509F: hue angle of 246.08º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58509F is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 80 | 159 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.38 |
| HSL | 246.08º | 0.33% | 0.47% | - |
| HSV(B) | 246.08º | 0.5% | 0.62% | - |
| XYZ | 13.15 | 10.32 | 34.1 | - |
| YUV | 91.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 159 | 0.45 | 0.50 | 0 | 0.38 | 246.08 | 0.33 | 0.47 |
| Hex | 58 | 50 | 9F | 2D | 32 | 0 | 26 | F6 | 21 | 2F |
| Octal | 130 | 120 | 237 | 55 | 62 | 0 | 46 | 366 | 41 | 57 |
| Binary | 1011000 | 1010000 | 10011111 | 101101 | 110010 | 0 | 100110 | 11110110 | 100001 | 101111 |
Color Harmonies of #58509F
Complementary color
Monochromatic Colors of #58509F
Black with #58509F
Text Example
Text Example
White with #58509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58509F; }
p { color: rgb(88,80,159); }
H1.HeaderClassName
{
color: #58509F;
}
.AnyTagClassName
{
color: #58509F;
}
</style>
background-color css
<style>
a { background-color: #58509F; }
a { background-color: rgb(88,80,159); }
div.DivClassName
{
background-color: #58509F;
}
.BgClassName
{
background-color: #58509F;
}
</style>
border-color css
<style>
span { border-color: #58509F; }
span { border-color: rgb(88,80,159); }
td.TdClassName
{
border-color: #58509F;
}
.TagClassName
{
border-color: #58509F;
}
</style>