Shades of Governor Bay #595C8D
Tints of Governor Bay #595C8D
RGB
CMYK
RGB Variations
Color information
#595C8D (or 0x595C8D) is known color: Governor Bay. HEX triplet: 59, 5C and 8D. RGB value is (89,92,141). Sum of RGB (Red+Green+Blue) = 89+92+141=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #595C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C8D is #A6A372. Grayscale: #606060. Windows color (decimal): -10920819 or 9264217. OLE color: 9264217.
HSL color Cylindrical-coordinate representation of color #595C8D: hue angle of 236.54º 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 #595C8D is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 92 | 141 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.45 |
| HSL | 236.54º | 0.23% | 0.45% | - |
| HSV(B) | 236.54º | 0.37% | 0.55% | - |
| XYZ | 12.75 | 11.7 | 26.79 | - |
| YUV | 96.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 141 | 0.37 | 0.35 | 0 | 0.45 | 236.54 | 0.23 | 0.45 |
| Hex | 59 | 5C | 8D | 25 | 23 | 0 | 2D | ED | 17 | 2D |
| Octal | 131 | 134 | 215 | 45 | 43 | 0 | 55 | 355 | 27 | 55 |
| Binary | 1011001 | 1011100 | 10001101 | 100101 | 100011 | 0 | 101101 | 11101101 | 10111 | 101101 |
Color Harmonies of #595C8D
Complementary color
Monochromatic Colors of #595C8D
Black with #595C8D
Text Example
Text Example
White with #595C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C8D; }
p { color: rgb(89,92,141); }
H1.HeaderClassName
{
color: #595C8D;
}
.AnyTagClassName
{
color: #595C8D;
}
</style>
background-color css
<style>
a { background-color: #595C8D; }
a { background-color: rgb(89,92,141); }
div.DivClassName
{
background-color: #595C8D;
}
.BgClassName
{
background-color: #595C8D;
}
</style>
border-color css
<style>
span { border-color: #595C8D; }
span { border-color: rgb(89,92,141); }
td.TdClassName
{
border-color: #595C8D;
}
.TagClassName
{
border-color: #595C8D;
}
</style>