Shades of Governor Bay #5F6197
Tints of Governor Bay #5F6197
RGB
CMYK
RGB Variations
Color information
#5F6197 (or 0x5F6197) is known color: Governor Bay. HEX triplet: 5F, 61 and 97. RGB value is (95,97,151). Sum of RGB (Red+Green+Blue) = 95+97+151=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #5F6197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6197 is #A09E68. Grayscale: #666666. Windows color (decimal): -10526313 or 9920863. OLE color: 9920863.
HSL color Cylindrical-coordinate representation of color #5F6197: hue angle of 237.86º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F6197 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 97 | 151 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.41 |
| HSL | 237.86º | 0.23% | 0.48% | - |
| HSV(B) | 237.86º | 0.37% | 0.59% | - |
| XYZ | 14.58 | 13.22 | 31.06 | - |
| YUV | 102.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 97 | 151 | 0.37 | 0.36 | 0 | 0.41 | 237.86 | 0.23 | 0.48 |
| Hex | 5F | 61 | 97 | 25 | 24 | 0 | 29 | EE | 17 | 30 |
| Octal | 137 | 141 | 227 | 45 | 44 | 0 | 51 | 356 | 27 | 60 |
| Binary | 1011111 | 1100001 | 10010111 | 100101 | 100100 | 0 | 101001 | 11101110 | 10111 | 110000 |
Color Harmonies of #5F6197
Complementary color
Monochromatic Colors of #5F6197
Black with #5F6197
Text Example
Text Example
White with #5F6197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6197; }
p { color: rgb(95,97,151); }
H1.HeaderClassName
{
color: #5F6197;
}
.AnyTagClassName
{
color: #5F6197;
}
</style>
background-color css
<style>
a { background-color: #5F6197; }
a { background-color: rgb(95,97,151); }
div.DivClassName
{
background-color: #5F6197;
}
.BgClassName
{
background-color: #5F6197;
}
</style>
border-color css
<style>
span { border-color: #5F6197; }
span { border-color: rgb(95,97,151); }
td.TdClassName
{
border-color: #5F6197;
}
.TagClassName
{
border-color: #5F6197;
}
</style>