Shades of Governor Bay #595C8C
Tints of Governor Bay #595C8C
RGB
CMYK
RGB Variations
Color information
#595C8C (or 0x595C8C) is known color: Governor Bay. HEX triplet: 59, 5C and 8C. RGB value is (89,92,140). Sum of RGB (Red+Green+Blue) = 89+92+140=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #595C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C8C is #A6A373. Grayscale: #606060. Windows color (decimal): -10920820 or 9198681. OLE color: 9198681.
HSL color Cylindrical-coordinate representation of color #595C8C: hue angle of 236.47º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #595C8C is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 92 | 140 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.45 |
| HSL | 236.47º | 0.22% | 0.45% | - |
| HSV(B) | 236.47º | 0.36% | 0.55% | - |
| XYZ | 12.68 | 11.67 | 26.4 | - |
| YUV | 96.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 140 | 0.36 | 0.34 | 0 | 0.45 | 236.47 | 0.22 | 0.45 |
| Hex | 59 | 5C | 8C | 24 | 22 | 0 | 2D | EC | 16 | 2D |
| Octal | 131 | 134 | 214 | 44 | 42 | 0 | 55 | 354 | 26 | 55 |
| Binary | 1011001 | 1011100 | 10001100 | 100100 | 100010 | 0 | 101101 | 11101100 | 10110 | 101101 |
Color Harmonies of #595C8C
Complementary color
Monochromatic Colors of #595C8C
Black with #595C8C
Text Example
Text Example
White with #595C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C8C; }
p { color: rgb(89,92,140); }
H1.HeaderClassName
{
color: #595C8C;
}
.AnyTagClassName
{
color: #595C8C;
}
</style>
background-color css
<style>
a { background-color: #595C8C; }
a { background-color: rgb(89,92,140); }
div.DivClassName
{
background-color: #595C8C;
}
.BgClassName
{
background-color: #595C8C;
}
</style>
border-color css
<style>
span { border-color: #595C8C; }
span { border-color: rgb(89,92,140); }
td.TdClassName
{
border-color: #595C8C;
}
.TagClassName
{
border-color: #595C8C;
}
</style>