Shades of Governor Bay #595A8A
Tints of Governor Bay #595A8A
RGB
CMYK
RGB Variations
Color information
#595A8A (or 0x595A8A) is known color: Governor Bay. HEX triplet: 59, 5A and 8A. RGB value is (89,90,138). Sum of RGB (Red+Green+Blue) = 89+90+138=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #595A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A8A is #A6A575. Grayscale: #5E5E5E. Windows color (decimal): -10921334 or 9067097. OLE color: 9067097.
HSL color Cylindrical-coordinate representation of color #595A8A: hue angle of 238.78º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #595A8A is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 90 | 138 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.46 |
| HSL | 238.78º | 0.22% | 0.45% | - |
| HSV(B) | 238.78º | 0.36% | 0.54% | - |
| XYZ | 12.36 | 11.27 | 25.57 | - |
| YUV | 95.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 138 | 0.36 | 0.35 | 0 | 0.46 | 238.78 | 0.22 | 0.45 |
| Hex | 59 | 5A | 8A | 24 | 23 | 0 | 2E | EF | 16 | 2D |
| Octal | 131 | 132 | 212 | 44 | 43 | 0 | 56 | 357 | 26 | 55 |
| Binary | 1011001 | 1011010 | 10001010 | 100100 | 100011 | 0 | 101110 | 11101111 | 10110 | 101101 |
Color Harmonies of #595A8A
Complementary color
Monochromatic Colors of #595A8A
Black with #595A8A
Text Example
Text Example
White with #595A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A8A; }
p { color: rgb(89,90,138); }
H1.HeaderClassName
{
color: #595A8A;
}
.AnyTagClassName
{
color: #595A8A;
}
</style>
background-color css
<style>
a { background-color: #595A8A; }
a { background-color: rgb(89,90,138); }
div.DivClassName
{
background-color: #595A8A;
}
.BgClassName
{
background-color: #595A8A;
}
</style>
border-color css
<style>
span { border-color: #595A8A; }
span { border-color: rgb(89,90,138); }
td.TdClassName
{
border-color: #595A8A;
}
.TagClassName
{
border-color: #595A8A;
}
</style>