Shades of Governor Bay #5D5597
Tints of Governor Bay #5D5597
RGB
CMYK
RGB Variations
Color information
#5D5597 (or 0x5D5597) is known color: Governor Bay. HEX triplet: 5D, 55 and 97. RGB value is (93,85,151). Sum of RGB (Red+Green+Blue) = 93+85+151=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #5D5597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5597 is #A2AA68. Grayscale: #5E5E5E. Windows color (decimal): -10660457 or 9917789. OLE color: 9917789.
HSL color Cylindrical-coordinate representation of color #5D5597: hue angle of 247.27º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D5597 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 85 | 151 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.41 |
| HSL | 247.27º | 0.28% | 0.46% | - |
| HSV(B) | 247.27º | 0.44% | 0.59% | - |
| XYZ | 13.35 | 11.06 | 30.71 | - |
| YUV | 94.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 151 | 0.38 | 0.44 | 0 | 0.41 | 247.27 | 0.28 | 0.46 |
| Hex | 5D | 55 | 97 | 26 | 2C | 0 | 29 | F7 | 1C | 2E |
| Octal | 135 | 125 | 227 | 46 | 54 | 0 | 51 | 367 | 34 | 56 |
| Binary | 1011101 | 1010101 | 10010111 | 100110 | 101100 | 0 | 101001 | 11110111 | 11100 | 101110 |
Color Harmonies of #5D5597
Complementary color
Monochromatic Colors of #5D5597
Black with #5D5597
Text Example
Text Example
White with #5D5597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5597; }
p { color: rgb(93,85,151); }
H1.HeaderClassName
{
color: #5D5597;
}
.AnyTagClassName
{
color: #5D5597;
}
</style>
background-color css
<style>
a { background-color: #5D5597; }
a { background-color: rgb(93,85,151); }
div.DivClassName
{
background-color: #5D5597;
}
.BgClassName
{
background-color: #5D5597;
}
</style>
border-color css
<style>
span { border-color: #5D5597; }
span { border-color: rgb(93,85,151); }
td.TdClassName
{
border-color: #5D5597;
}
.TagClassName
{
border-color: #5D5597;
}
</style>