Shades of Governor Bay #595393
Tints of Governor Bay #595393
RGB
CMYK
RGB Variations
Color information
#595393 (or 0x595393) is known color: Governor Bay. HEX triplet: 59, 53 and 93. RGB value is (89,83,147). Sum of RGB (Red+Green+Blue) = 89+83+147=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #595393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595393 is #A6AC6C. Grayscale: #5B5B5B. Windows color (decimal): -10923117 or 9655129. OLE color: 9655129.
HSL color Cylindrical-coordinate representation of color #595393: hue angle of 245.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595393 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 83 | 147 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.42 |
| HSL | 245.63º | 0.28% | 0.45% | - |
| HSV(B) | 245.63º | 0.44% | 0.58% | - |
| XYZ | 12.48 | 10.42 | 28.96 | - |
| YUV | 92.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 147 | 0.39 | 0.44 | 0 | 0.42 | 245.63 | 0.28 | 0.45 |
| Hex | 59 | 53 | 93 | 27 | 2C | 0 | 2A | F6 | 1C | 2D |
| Octal | 131 | 123 | 223 | 47 | 54 | 0 | 52 | 366 | 34 | 55 |
| Binary | 1011001 | 1010011 | 10010011 | 100111 | 101100 | 0 | 101010 | 11110110 | 11100 | 101101 |
Color Harmonies of #595393
Complementary color
Monochromatic Colors of #595393
Black with #595393
Text Example
Text Example
White with #595393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595393; }
p { color: rgb(89,83,147); }
H1.HeaderClassName
{
color: #595393;
}
.AnyTagClassName
{
color: #595393;
}
</style>
background-color css
<style>
a { background-color: #595393; }
a { background-color: rgb(89,83,147); }
div.DivClassName
{
background-color: #595393;
}
.BgClassName
{
background-color: #595393;
}
</style>
border-color css
<style>
span { border-color: #595393; }
span { border-color: rgb(89,83,147); }
td.TdClassName
{
border-color: #595393;
}
.TagClassName
{
border-color: #595393;
}
</style>