Shades of Governor Bay #5C5398
Tints of Governor Bay #5C5398
RGB
CMYK
RGB Variations
Color information
#5C5398 (or 0x5C5398) is known color: Governor Bay. HEX triplet: 5C, 53 and 98. RGB value is (92,83,152). Sum of RGB (Red+Green+Blue) = 92+83+152=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C5398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5398 is #A3AC67. Grayscale: #5D5D5D. Windows color (decimal): -10726504 or 9982812. OLE color: 9982812.
HSL color Cylindrical-coordinate representation of color #5C5398: hue angle of 247.83º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C5398 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 83 | 152 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.40 |
| HSL | 247.83º | 0.29% | 0.46% | - |
| HSV(B) | 247.83º | 0.45% | 0.6% | - |
| XYZ | 13.17 | 10.73 | 31.08 | - |
| YUV | 93.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 152 | 0.39 | 0.45 | 0 | 0.40 | 247.83 | 0.29 | 0.46 |
| Hex | 5C | 53 | 98 | 27 | 2D | 0 | 28 | F8 | 1D | 2E |
| Octal | 134 | 123 | 230 | 47 | 55 | 0 | 50 | 370 | 35 | 56 |
| Binary | 1011100 | 1010011 | 10011000 | 100111 | 101101 | 0 | 101000 | 11111000 | 11101 | 101110 |
Color Harmonies of #5C5398
Complementary color
Monochromatic Colors of #5C5398
Black with #5C5398
Text Example
Text Example
White with #5C5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5398; }
p { color: rgb(92,83,152); }
H1.HeaderClassName
{
color: #5C5398;
}
.AnyTagClassName
{
color: #5C5398;
}
</style>
background-color css
<style>
a { background-color: #5C5398; }
a { background-color: rgb(92,83,152); }
div.DivClassName
{
background-color: #5C5398;
}
.BgClassName
{
background-color: #5C5398;
}
</style>
border-color css
<style>
span { border-color: #5C5398; }
span { border-color: rgb(92,83,152); }
td.TdClassName
{
border-color: #5C5398;
}
.TagClassName
{
border-color: #5C5398;
}
</style>