Shades of Governor Bay #595C93
Tints of Governor Bay #595C93
RGB
CMYK
RGB Variations
Color information
#595C93 (or 0x595C93) is known color: Governor Bay. HEX triplet: 59, 5C and 93. RGB value is (89,92,147). Sum of RGB (Red+Green+Blue) = 89+92+147=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #595C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C93 is #A6A36C. Grayscale: #616161. Windows color (decimal): -10920813 or 9657433. OLE color: 9657433.
HSL color Cylindrical-coordinate representation of color #595C93: hue angle of 236.9º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595C93 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 92 | 147 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.42 |
| HSL | 236.9º | 0.25% | 0.46% | - |
| HSV(B) | 236.9º | 0.39% | 0.58% | - |
| XYZ | 13.21 | 11.88 | 29.2 | - |
| YUV | 97.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 147 | 0.39 | 0.37 | 0 | 0.42 | 236.9 | 0.25 | 0.46 |
| Hex | 59 | 5C | 93 | 27 | 25 | 0 | 2A | ED | 19 | 2E |
| Octal | 131 | 134 | 223 | 47 | 45 | 0 | 52 | 355 | 31 | 56 |
| Binary | 1011001 | 1011100 | 10010011 | 100111 | 100101 | 0 | 101010 | 11101101 | 11001 | 101110 |
Color Harmonies of #595C93
Complementary color
Monochromatic Colors of #595C93
Black with #595C93
Text Example
Text Example
White with #595C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C93; }
p { color: rgb(89,92,147); }
H1.HeaderClassName
{
color: #595C93;
}
.AnyTagClassName
{
color: #595C93;
}
</style>
background-color css
<style>
a { background-color: #595C93; }
a { background-color: rgb(89,92,147); }
div.DivClassName
{
background-color: #595C93;
}
.BgClassName
{
background-color: #595C93;
}
</style>
border-color css
<style>
span { border-color: #595C93; }
span { border-color: rgb(89,92,147); }
td.TdClassName
{
border-color: #595C93;
}
.TagClassName
{
border-color: #595C93;
}
</style>