Shades of Governor Bay #5B5C97
Tints of Governor Bay #5B5C97
RGB
CMYK
RGB Variations
Color information
#5B5C97 (or 0x5B5C97) is known color: Governor Bay. HEX triplet: 5B, 5C and 97. RGB value is (91,92,151). Sum of RGB (Red+Green+Blue) = 91+92+151=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B5C97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5C97 is #A4A368. Grayscale: #626262. Windows color (decimal): -10789737 or 9919579. OLE color: 9919579.
HSL color Cylindrical-coordinate representation of color #5B5C97: hue angle of 239º 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 #5B5C97 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 92 | 151 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.41 |
| HSL | 239º | 0.25% | 0.47% | - |
| HSV(B) | 239º | 0.4% | 0.59% | - |
| XYZ | 13.73 | 12.11 | 30.89 | - |
| YUV | 98.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 151 | 0.40 | 0.39 | 0 | 0.41 | 239 | 0.25 | 0.47 |
| Hex | 5B | 5C | 97 | 28 | 27 | 0 | 29 | EF | 19 | 2F |
| Octal | 133 | 134 | 227 | 50 | 47 | 0 | 51 | 357 | 31 | 57 |
| Binary | 1011011 | 1011100 | 10010111 | 101000 | 100111 | 0 | 101001 | 11101111 | 11001 | 101111 |
Color Harmonies of #5B5C97
Complementary color
Monochromatic Colors of #5B5C97
Black with #5B5C97
Text Example
Text Example
White with #5B5C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C97; }
p { color: rgb(91,92,151); }
H1.HeaderClassName
{
color: #5B5C97;
}
.AnyTagClassName
{
color: #5B5C97;
}
</style>
background-color css
<style>
a { background-color: #5B5C97; }
a { background-color: rgb(91,92,151); }
div.DivClassName
{
background-color: #5B5C97;
}
.BgClassName
{
background-color: #5B5C97;
}
</style>
border-color css
<style>
span { border-color: #5B5C97; }
span { border-color: rgb(91,92,151); }
td.TdClassName
{
border-color: #5B5C97;
}
.TagClassName
{
border-color: #5B5C97;
}
</style>