Shades of Governor Bay #5C6191
Tints of Governor Bay #5C6191
RGB
CMYK
RGB Variations
Color information
#5C6191 (or 0x5C6191) is known color: Governor Bay. HEX triplet: 5C, 61 and 91. RGB value is (92,97,145). Sum of RGB (Red+Green+Blue) = 92+97+145=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C6191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6191 is #A39E6E. Grayscale: #646464. Windows color (decimal): -10722927 or 9527644. OLE color: 9527644.
HSL color Cylindrical-coordinate representation of color #5C6191: hue angle of 234.34º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C6191 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 97 | 145 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.43 |
| HSL | 234.34º | 0.22% | 0.46% | - |
| HSV(B) | 234.34º | 0.37% | 0.57% | - |
| XYZ | 13.8 | 12.87 | 28.54 | - |
| YUV | 100.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 97 | 145 | 0.37 | 0.33 | 0 | 0.43 | 234.34 | 0.22 | 0.46 |
| Hex | 5C | 61 | 91 | 25 | 21 | 0 | 2B | EA | 16 | 2E |
| Octal | 134 | 141 | 221 | 45 | 41 | 0 | 53 | 352 | 26 | 56 |
| Binary | 1011100 | 1100001 | 10010001 | 100101 | 100001 | 0 | 101011 | 11101010 | 10110 | 101110 |
Color Harmonies of #5C6191
Complementary color
Monochromatic Colors of #5C6191
Black with #5C6191
Text Example
Text Example
White with #5C6191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6191; }
p { color: rgb(92,97,145); }
H1.HeaderClassName
{
color: #5C6191;
}
.AnyTagClassName
{
color: #5C6191;
}
</style>
background-color css
<style>
a { background-color: #5C6191; }
a { background-color: rgb(92,97,145); }
div.DivClassName
{
background-color: #5C6191;
}
.BgClassName
{
background-color: #5C6191;
}
</style>
border-color css
<style>
span { border-color: #5C6191; }
span { border-color: rgb(92,97,145); }
td.TdClassName
{
border-color: #5C6191;
}
.TagClassName
{
border-color: #5C6191;
}
</style>