Shades of Governor Bay #5C5A97
Tints of Governor Bay #5C5A97
RGB
CMYK
RGB Variations
Color information
#5C5A97 (or 0x5C5A97) is known color: Governor Bay. HEX triplet: 5C, 5A and 97. RGB value is (92,90,151). Sum of RGB (Red+Green+Blue) = 92+90+151=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #5C5A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5A97 is #A3A568. Grayscale: #616161. Windows color (decimal): -10724713 or 9919068. OLE color: 9919068.
HSL color Cylindrical-coordinate representation of color #5C5A97: hue angle of 241.97º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C5A97 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 90 | 151 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.41 |
| HSL | 241.97º | 0.25% | 0.47% | - |
| HSV(B) | 241.97º | 0.4% | 0.59% | - |
| XYZ | 13.66 | 11.82 | 30.84 | - |
| YUV | 97.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 151 | 0.39 | 0.40 | 0 | 0.41 | 241.97 | 0.25 | 0.47 |
| Hex | 5C | 5A | 97 | 27 | 28 | 0 | 29 | F2 | 19 | 2F |
| Octal | 134 | 132 | 227 | 47 | 50 | 0 | 51 | 362 | 31 | 57 |
| Binary | 1011100 | 1011010 | 10010111 | 100111 | 101000 | 0 | 101001 | 11110010 | 11001 | 101111 |
Color Harmonies of #5C5A97
Complementary color
Monochromatic Colors of #5C5A97
Black with #5C5A97
Text Example
Text Example
White with #5C5A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A97; }
p { color: rgb(92,90,151); }
H1.HeaderClassName
{
color: #5C5A97;
}
.AnyTagClassName
{
color: #5C5A97;
}
</style>
background-color css
<style>
a { background-color: #5C5A97; }
a { background-color: rgb(92,90,151); }
div.DivClassName
{
background-color: #5C5A97;
}
.BgClassName
{
background-color: #5C5A97;
}
</style>
border-color css
<style>
span { border-color: #5C5A97; }
span { border-color: rgb(92,90,151); }
td.TdClassName
{
border-color: #5C5A97;
}
.TagClassName
{
border-color: #5C5A97;
}
</style>