Shades of Governor Bay #595E9C
Tints of Governor Bay #595E9C
RGB
CMYK
RGB Variations
Color information
#595E9C (or 0x595E9C) is known color: Governor Bay. HEX triplet: 59, 5E and 9C. RGB value is (89,94,156). Sum of RGB (Red+Green+Blue) = 89+94+156=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #595E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E9C is #A6A163. Grayscale: #636363. Windows color (decimal): -10920292 or 10247769. OLE color: 10247769.
HSL color Cylindrical-coordinate representation of color #595E9C: hue angle of 235.52º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #595E9C is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 94 | 156 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.39 |
| HSL | 235.52º | 0.27% | 0.48% | - |
| HSV(B) | 235.52º | 0.43% | 0.61% | - |
| XYZ | 14.12 | 12.53 | 33.13 | - |
| YUV | 99.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 156 | 0.43 | 0.40 | 0 | 0.39 | 235.52 | 0.27 | 0.48 |
| Hex | 59 | 5E | 9C | 2B | 28 | 0 | 27 | EC | 1B | 30 |
| Octal | 131 | 136 | 234 | 53 | 50 | 0 | 47 | 354 | 33 | 60 |
| Binary | 1011001 | 1011110 | 10011100 | 101011 | 101000 | 0 | 100111 | 11101100 | 11011 | 110000 |
Color Harmonies of #595E9C
Complementary color
Monochromatic Colors of #595E9C
Black with #595E9C
Text Example
Text Example
White with #595E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E9C; }
p { color: rgb(89,94,156); }
H1.HeaderClassName
{
color: #595E9C;
}
.AnyTagClassName
{
color: #595E9C;
}
</style>
background-color css
<style>
a { background-color: #595E9C; }
a { background-color: rgb(89,94,156); }
div.DivClassName
{
background-color: #595E9C;
}
.BgClassName
{
background-color: #595E9C;
}
</style>
border-color css
<style>
span { border-color: #595E9C; }
span { border-color: rgb(89,94,156); }
td.TdClassName
{
border-color: #595E9C;
}
.TagClassName
{
border-color: #595E9C;
}
</style>