Shades of Governor Bay #5C5E96
Tints of Governor Bay #5C5E96
RGB
CMYK
RGB Variations
Color information
#5C5E96 (or 0x5C5E96) is known color: Governor Bay. HEX triplet: 5C, 5E and 96. RGB value is (92,94,150). Sum of RGB (Red+Green+Blue) = 92+94+150=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #5C5E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5E96 is #A3A169. Grayscale: #636363. Windows color (decimal): -10723690 or 9854556. OLE color: 9854556.
HSL color Cylindrical-coordinate representation of color #5C5E96: hue angle of 237.93º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C5E96 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 94 | 150 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.41 |
| HSL | 237.93º | 0.24% | 0.47% | - |
| HSV(B) | 237.93º | 0.39% | 0.59% | - |
| XYZ | 13.92 | 12.48 | 30.53 | - |
| YUV | 99.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 94 | 150 | 0.39 | 0.37 | 0 | 0.41 | 237.93 | 0.24 | 0.47 |
| Hex | 5C | 5E | 96 | 27 | 25 | 0 | 29 | EE | 18 | 2F |
| Octal | 134 | 136 | 226 | 47 | 45 | 0 | 51 | 356 | 30 | 57 |
| Binary | 1011100 | 1011110 | 10010110 | 100111 | 100101 | 0 | 101001 | 11101110 | 11000 | 101111 |
Color Harmonies of #5C5E96
Complementary color
Monochromatic Colors of #5C5E96
Black with #5C5E96
Text Example
Text Example
White with #5C5E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5E96; }
p { color: rgb(92,94,150); }
H1.HeaderClassName
{
color: #5C5E96;
}
.AnyTagClassName
{
color: #5C5E96;
}
</style>
background-color css
<style>
a { background-color: #5C5E96; }
a { background-color: rgb(92,94,150); }
div.DivClassName
{
background-color: #5C5E96;
}
.BgClassName
{
background-color: #5C5E96;
}
</style>
border-color css
<style>
span { border-color: #5C5E96; }
span { border-color: rgb(92,94,150); }
td.TdClassName
{
border-color: #5C5E96;
}
.TagClassName
{
border-color: #5C5E96;
}
</style>