Shades of Governor Bay #595D8D
Tints of Governor Bay #595D8D
RGB
CMYK
RGB Variations
Color information
#595D8D (or 0x595D8D) is known color: Governor Bay. HEX triplet: 59, 5D and 8D. RGB value is (89,93,141). Sum of RGB (Red+Green+Blue) = 89+93+141=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #595D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D8D is #A6A272. Grayscale: #616161. Windows color (decimal): -10920563 or 9264473. OLE color: 9264473.
HSL color Cylindrical-coordinate representation of color #595D8D: hue angle of 235.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #595D8D is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 93 | 141 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.45 |
| HSL | 235.38º | 0.23% | 0.45% | - |
| HSV(B) | 235.38º | 0.37% | 0.55% | - |
| XYZ | 12.84 | 11.88 | 26.81 | - |
| YUV | 97.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 141 | 0.37 | 0.34 | 0 | 0.45 | 235.38 | 0.23 | 0.45 |
| Hex | 59 | 5D | 8D | 25 | 22 | 0 | 2D | EB | 17 | 2D |
| Octal | 131 | 135 | 215 | 45 | 42 | 0 | 55 | 353 | 27 | 55 |
| Binary | 1011001 | 1011101 | 10001101 | 100101 | 100010 | 0 | 101101 | 11101011 | 10111 | 101101 |
Color Harmonies of #595D8D
Complementary color
Monochromatic Colors of #595D8D
Black with #595D8D
Text Example
Text Example
White with #595D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D8D; }
p { color: rgb(89,93,141); }
H1.HeaderClassName
{
color: #595D8D;
}
.AnyTagClassName
{
color: #595D8D;
}
</style>
background-color css
<style>
a { background-color: #595D8D; }
a { background-color: rgb(89,93,141); }
div.DivClassName
{
background-color: #595D8D;
}
.BgClassName
{
background-color: #595D8D;
}
</style>
border-color css
<style>
span { border-color: #595D8D; }
span { border-color: rgb(89,93,141); }
td.TdClassName
{
border-color: #595D8D;
}
.TagClassName
{
border-color: #595D8D;
}
</style>