Shades of Governor Bay #585193
Tints of Governor Bay #585193
RGB
CMYK
RGB Variations
Color information
#585193 (or 0x585193) is known color: Governor Bay. HEX triplet: 58, 51 and 93. RGB value is (88,81,147). Sum of RGB (Red+Green+Blue) = 88+81+147=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #585193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585193 is #A7AE6C. Grayscale: #5A5A5A. Windows color (decimal): -10989165 or 9654616. OLE color: 9654616.
HSL color Cylindrical-coordinate representation of color #585193: hue angle of 246.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #585193 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 81 | 147 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.42 |
| HSL | 246.36º | 0.29% | 0.45% | - |
| HSV(B) | 246.36º | 0.45% | 0.58% | - |
| XYZ | 12.23 | 10.07 | 28.9 | - |
| YUV | 90.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 147 | 0.40 | 0.45 | 0 | 0.42 | 246.36 | 0.29 | 0.45 |
| Hex | 58 | 51 | 93 | 28 | 2D | 0 | 2A | F6 | 1D | 2D |
| Octal | 130 | 121 | 223 | 50 | 55 | 0 | 52 | 366 | 35 | 55 |
| Binary | 1011000 | 1010001 | 10010011 | 101000 | 101101 | 0 | 101010 | 11110110 | 11101 | 101101 |
Color Harmonies of #585193
Complementary color
Monochromatic Colors of #585193
Black with #585193
Text Example
Text Example
White with #585193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585193; }
p { color: rgb(88,81,147); }
H1.HeaderClassName
{
color: #585193;
}
.AnyTagClassName
{
color: #585193;
}
</style>
background-color css
<style>
a { background-color: #585193; }
a { background-color: rgb(88,81,147); }
div.DivClassName
{
background-color: #585193;
}
.BgClassName
{
background-color: #585193;
}
</style>
border-color css
<style>
span { border-color: #585193; }
span { border-color: rgb(88,81,147); }
td.TdClassName
{
border-color: #585193;
}
.TagClassName
{
border-color: #585193;
}
</style>