Shades of Governor Bay #58519A
Tints of Governor Bay #58519A
RGB
CMYK
RGB Variations
Color information
#58519A (or 0x58519A) is known color: Governor Bay. HEX triplet: 58, 51 and 9A. RGB value is (88,81,154). Sum of RGB (Red+Green+Blue) = 88+81+154=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #58519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58519A is #A7AE65. Grayscale: #5B5B5B. Windows color (decimal): -10989158 or 10113368. OLE color: 10113368.
HSL color Cylindrical-coordinate representation of color #58519A: hue angle of 245.75º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58519A is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 81 | 154 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.40 |
| HSL | 245.75º | 0.31% | 0.46% | - |
| HSV(B) | 245.75º | 0.47% | 0.6% | - |
| XYZ | 12.8 | 10.29 | 31.88 | - |
| YUV | 91.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 154 | 0.43 | 0.47 | 0 | 0.40 | 245.75 | 0.31 | 0.46 |
| Hex | 58 | 51 | 9A | 2B | 2F | 0 | 28 | F6 | 1F | 2E |
| Octal | 130 | 121 | 232 | 53 | 57 | 0 | 50 | 366 | 37 | 56 |
| Binary | 1011000 | 1010001 | 10011010 | 101011 | 101111 | 0 | 101000 | 11110110 | 11111 | 101110 |
Color Harmonies of #58519A
Complementary color
Monochromatic Colors of #58519A
Black with #58519A
Text Example
Text Example
White with #58519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58519A; }
p { color: rgb(88,81,154); }
H1.HeaderClassName
{
color: #58519A;
}
.AnyTagClassName
{
color: #58519A;
}
</style>
background-color css
<style>
a { background-color: #58519A; }
a { background-color: rgb(88,81,154); }
div.DivClassName
{
background-color: #58519A;
}
.BgClassName
{
background-color: #58519A;
}
</style>
border-color css
<style>
span { border-color: #58519A; }
span { border-color: rgb(88,81,154); }
td.TdClassName
{
border-color: #58519A;
}
.TagClassName
{
border-color: #58519A;
}
</style>