Shades of Governor Bay #595099
Tints of Governor Bay #595099
RGB
CMYK
RGB Variations
Color information
#595099 (or 0x595099) is known color: Governor Bay. HEX triplet: 59, 50 and 99. RGB value is (89,80,153). Sum of RGB (Red+Green+Blue) = 89+80+153=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #595099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595099 is #A6AF66. Grayscale: #5A5A5A. Windows color (decimal): -10923879 or 10047577. OLE color: 10047577.
HSL color Cylindrical-coordinate representation of color #595099: hue angle of 247.4º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #595099 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 80 | 153 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.4 |
| HSL | 247.4º | 0.31% | 0.46% | - |
| HSV(B) | 247.4º | 0.48% | 0.6% | - |
| XYZ | 12.74 | 10.16 | 31.43 | - |
| YUV | 91.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 153 | 0.42 | 0.48 | 0 | 0.4 | 247.4 | 0.31 | 0.46 |
| Hex | 59 | 50 | 99 | 2A | 30 | 0 | 28 | F7 | 1F | 2E |
| Octal | 131 | 120 | 231 | 52 | 60 | 0 | 50 | 367 | 37 | 56 |
| Binary | 1011001 | 1010000 | 10011001 | 101010 | 110000 | 0 | 101000 | 11110111 | 11111 | 101110 |
Color Harmonies of #595099
Complementary color
Monochromatic Colors of #595099
Black with #595099
Text Example
Text Example
White with #595099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595099; }
p { color: rgb(89,80,153); }
H1.HeaderClassName
{
color: #595099;
}
.AnyTagClassName
{
color: #595099;
}
</style>
background-color css
<style>
a { background-color: #595099; }
a { background-color: rgb(89,80,153); }
div.DivClassName
{
background-color: #595099;
}
.BgClassName
{
background-color: #595099;
}
</style>
border-color css
<style>
span { border-color: #595099; }
span { border-color: rgb(89,80,153); }
td.TdClassName
{
border-color: #595099;
}
.TagClassName
{
border-color: #595099;
}
</style>