Shades of Governor Bay #5B5D99
Tints of Governor Bay #5B5D99
RGB
CMYK
RGB Variations
Color information
#5B5D99 (or 0x5B5D99) is known color: Governor Bay. HEX triplet: 5B, 5D and 99. RGB value is (91,93,153). Sum of RGB (Red+Green+Blue) = 91+93+153=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B5D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5D99 is #A4A266. Grayscale: #636363. Windows color (decimal): -10789479 or 10050907. OLE color: 10050907.
HSL color Cylindrical-coordinate representation of color #5B5D99: hue angle of 238.06º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B5D99 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 93 | 153 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.4 |
| HSL | 238.06º | 0.25% | 0.48% | - |
| HSV(B) | 238.06º | 0.41% | 0.6% | - |
| XYZ | 13.98 | 12.35 | 31.78 | - |
| YUV | 99.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 153 | 0.41 | 0.39 | 0 | 0.4 | 238.06 | 0.25 | 0.48 |
| Hex | 5B | 5D | 99 | 29 | 27 | 0 | 28 | EE | 19 | 30 |
| Octal | 133 | 135 | 231 | 51 | 47 | 0 | 50 | 356 | 31 | 60 |
| Binary | 1011011 | 1011101 | 10011001 | 101001 | 100111 | 0 | 101000 | 11101110 | 11001 | 110000 |
Color Harmonies of #5B5D99
Complementary color
Monochromatic Colors of #5B5D99
Black with #5B5D99
Text Example
Text Example
White with #5B5D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D99; }
p { color: rgb(91,93,153); }
H1.HeaderClassName
{
color: #5B5D99;
}
.AnyTagClassName
{
color: #5B5D99;
}
</style>
background-color css
<style>
a { background-color: #5B5D99; }
a { background-color: rgb(91,93,153); }
div.DivClassName
{
background-color: #5B5D99;
}
.BgClassName
{
background-color: #5B5D99;
}
</style>
border-color css
<style>
span { border-color: #5B5D99; }
span { border-color: rgb(91,93,153); }
td.TdClassName
{
border-color: #5B5D99;
}
.TagClassName
{
border-color: #5B5D99;
}
</style>