Shades of Governor Bay #5C5199
Tints of Governor Bay #5C5199
RGB
CMYK
RGB Variations
Color information
#5C5199 (or 0x5C5199) is known color: Governor Bay. HEX triplet: 5C, 51 and 99. RGB value is (92,81,153). Sum of RGB (Red+Green+Blue) = 92+81+153=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C5199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5199 is #A3AE66. Grayscale: #5C5C5C. Windows color (decimal): -10727015 or 10047836. OLE color: 10047836.
HSL color Cylindrical-coordinate representation of color #5C5199: hue angle of 249.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C5199 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 81 | 153 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.4 |
| HSL | 249.17º | 0.31% | 0.46% | - |
| HSV(B) | 249.17º | 0.47% | 0.6% | - |
| XYZ | 13.11 | 10.46 | 31.47 | - |
| YUV | 92.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 153 | 0.40 | 0.47 | 0 | 0.4 | 249.17 | 0.31 | 0.46 |
| Hex | 5C | 51 | 99 | 28 | 2F | 0 | 28 | F9 | 1F | 2E |
| Octal | 134 | 121 | 231 | 50 | 57 | 0 | 50 | 371 | 37 | 56 |
| Binary | 1011100 | 1010001 | 10011001 | 101000 | 101111 | 0 | 101000 | 11111001 | 11111 | 101110 |
Color Harmonies of #5C5199
Complementary color
Monochromatic Colors of #5C5199
Black with #5C5199
Text Example
Text Example
White with #5C5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5199; }
p { color: rgb(92,81,153); }
H1.HeaderClassName
{
color: #5C5199;
}
.AnyTagClassName
{
color: #5C5199;
}
</style>
background-color css
<style>
a { background-color: #5C5199; }
a { background-color: rgb(92,81,153); }
div.DivClassName
{
background-color: #5C5199;
}
.BgClassName
{
background-color: #5C5199;
}
</style>
border-color css
<style>
span { border-color: #5C5199; }
span { border-color: rgb(92,81,153); }
td.TdClassName
{
border-color: #5C5199;
}
.TagClassName
{
border-color: #5C5199;
}
</style>