Shades of Governor Bay #595DA0
Tints of Governor Bay #595DA0
RGB
CMYK
RGB Variations
Color information
#595DA0 (or 0x595DA0) is known color: Governor Bay. HEX triplet: 59, 5D and A0. RGB value is (89,93,160). Sum of RGB (Red+Green+Blue) = 89+93+160=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 160 - color contains mainly: blue. Hex color #595DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DA0 is #A6A25F. Grayscale: #636363. Windows color (decimal): -10920544 or 10509657. OLE color: 10509657.
HSL color Cylindrical-coordinate representation of color #595DA0: hue angle of 236.62º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595DA0 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 93 | 160 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.37 |
| HSL | 236.62º | 0.29% | 0.49% | - |
| HSV(B) | 236.62º | 0.44% | 0.63% | - |
| XYZ | 14.38 | 12.49 | 34.91 | - |
| YUV | 99.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 160 | 0.44 | 0.42 | 0 | 0.37 | 236.62 | 0.29 | 0.49 |
| Hex | 59 | 5D | A0 | 2C | 2A | 0 | 25 | ED | 1D | 31 |
| Octal | 131 | 135 | 240 | 54 | 52 | 0 | 45 | 355 | 35 | 61 |
| Binary | 1011001 | 1011101 | 10100000 | 101100 | 101010 | 0 | 100101 | 11101101 | 11101 | 110001 |
Color Harmonies of #595DA0
Complementary color
Monochromatic Colors of #595DA0
Black with #595DA0
Text Example
Text Example
White with #595DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DA0; }
p { color: rgb(89,93,160); }
H1.HeaderClassName
{
color: #595DA0;
}
.AnyTagClassName
{
color: #595DA0;
}
</style>
background-color css
<style>
a { background-color: #595DA0; }
a { background-color: rgb(89,93,160); }
div.DivClassName
{
background-color: #595DA0;
}
.BgClassName
{
background-color: #595DA0;
}
</style>
border-color css
<style>
span { border-color: #595DA0; }
span { border-color: rgb(89,93,160); }
td.TdClassName
{
border-color: #595DA0;
}
.TagClassName
{
border-color: #595DA0;
}
</style>