Shades of Governor Bay #5C6295
Tints of Governor Bay #5C6295
RGB
CMYK
RGB Variations
Color information
#5C6295 (or 0x5C6295) is known color: Governor Bay. HEX triplet: 5C, 62 and 95. RGB value is (92,98,149). Sum of RGB (Red+Green+Blue) = 92+98+149=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C6295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6295 is #A39D6A. Grayscale: #656565. Windows color (decimal): -10722667 or 9790044. OLE color: 9790044.
HSL color Cylindrical-coordinate representation of color #5C6295: hue angle of 233.68º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C6295 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 98 | 149 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.42 |
| HSL | 233.68º | 0.24% | 0.47% | - |
| HSV(B) | 233.68º | 0.38% | 0.58% | - |
| XYZ | 14.21 | 13.18 | 30.23 | - |
| YUV | 102.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 149 | 0.38 | 0.34 | 0 | 0.42 | 233.68 | 0.24 | 0.47 |
| Hex | 5C | 62 | 95 | 26 | 22 | 0 | 2A | EA | 18 | 2F |
| Octal | 134 | 142 | 225 | 46 | 42 | 0 | 52 | 352 | 30 | 57 |
| Binary | 1011100 | 1100010 | 10010101 | 100110 | 100010 | 0 | 101010 | 11101010 | 11000 | 101111 |
Color Harmonies of #5C6295
Complementary color
Monochromatic Colors of #5C6295
Black with #5C6295
Text Example
Text Example
White with #5C6295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6295; }
p { color: rgb(92,98,149); }
H1.HeaderClassName
{
color: #5C6295;
}
.AnyTagClassName
{
color: #5C6295;
}
</style>
background-color css
<style>
a { background-color: #5C6295; }
a { background-color: rgb(92,98,149); }
div.DivClassName
{
background-color: #5C6295;
}
.BgClassName
{
background-color: #5C6295;
}
</style>
border-color css
<style>
span { border-color: #5C6295; }
span { border-color: rgb(92,98,149); }
td.TdClassName
{
border-color: #5C6295;
}
.TagClassName
{
border-color: #5C6295;
}
</style>