Shades of Governor Bay #5D6197
Tints of Governor Bay #5D6197
RGB
CMYK
RGB Variations
Color information
#5D6197 (or 0x5D6197) is known color: Governor Bay. HEX triplet: 5D, 61 and 97. RGB value is (93,97,151). Sum of RGB (Red+Green+Blue) = 93+97+151=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #5D6197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6197 is #A29E68. Grayscale: #656565. Windows color (decimal): -10657385 or 9920861. OLE color: 9920861.
HSL color Cylindrical-coordinate representation of color #5D6197: hue angle of 235.86º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D6197 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 97 | 151 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.41 |
| HSL | 235.86º | 0.24% | 0.48% | - |
| HSV(B) | 235.86º | 0.38% | 0.59% | - |
| XYZ | 14.37 | 13.11 | 31.05 | - |
| YUV | 101.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 151 | 0.38 | 0.36 | 0 | 0.41 | 235.86 | 0.24 | 0.48 |
| Hex | 5D | 61 | 97 | 26 | 24 | 0 | 29 | EC | 18 | 30 |
| Octal | 135 | 141 | 227 | 46 | 44 | 0 | 51 | 354 | 30 | 60 |
| Binary | 1011101 | 1100001 | 10010111 | 100110 | 100100 | 0 | 101001 | 11101100 | 11000 | 110000 |
Color Harmonies of #5D6197
Complementary color
Monochromatic Colors of #5D6197
Black with #5D6197
Text Example
Text Example
White with #5D6197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6197; }
p { color: rgb(93,97,151); }
H1.HeaderClassName
{
color: #5D6197;
}
.AnyTagClassName
{
color: #5D6197;
}
</style>
background-color css
<style>
a { background-color: #5D6197; }
a { background-color: rgb(93,97,151); }
div.DivClassName
{
background-color: #5D6197;
}
.BgClassName
{
background-color: #5D6197;
}
</style>
border-color css
<style>
span { border-color: #5D6197; }
span { border-color: rgb(93,97,151); }
td.TdClassName
{
border-color: #5D6197;
}
.TagClassName
{
border-color: #5D6197;
}
</style>