Shades of Governor Bay #5C5298
Tints of Governor Bay #5C5298
RGB
CMYK
RGB Variations
Color information
#5C5298 (or 0x5C5298) is known color: Governor Bay. HEX triplet: 5C, 52 and 98. RGB value is (92,82,152). Sum of RGB (Red+Green+Blue) = 92+82+152=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C5298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5298 is #A3AD67. Grayscale: #5C5C5C. Windows color (decimal): -10726760 or 9982556. OLE color: 9982556.
HSL color Cylindrical-coordinate representation of color #5C5298: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C5298 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 82 | 152 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.40 |
| HSL | 248.57º | 0.3% | 0.46% | - |
| HSV(B) | 248.57º | 0.46% | 0.6% | - |
| XYZ | 13.1 | 10.58 | 31.06 | - |
| YUV | 92.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 152 | 0.39 | 0.46 | 0 | 0.40 | 248.57 | 0.3 | 0.46 |
| Hex | 5C | 52 | 98 | 27 | 2E | 0 | 28 | F9 | 1E | 2E |
| Octal | 134 | 122 | 230 | 47 | 56 | 0 | 50 | 371 | 36 | 56 |
| Binary | 1011100 | 1010010 | 10011000 | 100111 | 101110 | 0 | 101000 | 11111001 | 11110 | 101110 |
Color Harmonies of #5C5298
Complementary color
Monochromatic Colors of #5C5298
Black with #5C5298
Text Example
Text Example
White with #5C5298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5298; }
p { color: rgb(92,82,152); }
H1.HeaderClassName
{
color: #5C5298;
}
.AnyTagClassName
{
color: #5C5298;
}
</style>
background-color css
<style>
a { background-color: #5C5298; }
a { background-color: rgb(92,82,152); }
div.DivClassName
{
background-color: #5C5298;
}
.BgClassName
{
background-color: #5C5298;
}
</style>
border-color css
<style>
span { border-color: #5C5298; }
span { border-color: rgb(92,82,152); }
td.TdClassName
{
border-color: #5C5298;
}
.TagClassName
{
border-color: #5C5298;
}
</style>