Shades of Governor Bay #5B5495
Tints of Governor Bay #5B5495
RGB
CMYK
RGB Variations
Color information
#5B5495 (or 0x5B5495) is known color: Governor Bay. HEX triplet: 5B, 54 and 95. RGB value is (91,84,149). Sum of RGB (Red+Green+Blue) = 91+84+149=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B5495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5495 is #A4AB6A. Grayscale: #5D5D5D. Windows color (decimal): -10791787 or 9786459. OLE color: 9786459.
HSL color Cylindrical-coordinate representation of color #5B5495: hue angle of 246.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B5495 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 84 | 149 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.42 |
| HSL | 246.46º | 0.28% | 0.46% | - |
| HSV(B) | 246.46º | 0.44% | 0.58% | - |
| XYZ | 12.91 | 10.73 | 29.83 | - |
| YUV | 93.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 149 | 0.39 | 0.44 | 0 | 0.42 | 246.46 | 0.28 | 0.46 |
| Hex | 5B | 54 | 95 | 27 | 2C | 0 | 2A | F6 | 1C | 2E |
| Octal | 133 | 124 | 225 | 47 | 54 | 0 | 52 | 366 | 34 | 56 |
| Binary | 1011011 | 1010100 | 10010101 | 100111 | 101100 | 0 | 101010 | 11110110 | 11100 | 101110 |
Color Harmonies of #5B5495
Complementary color
Monochromatic Colors of #5B5495
Black with #5B5495
Text Example
Text Example
White with #5B5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5495; }
p { color: rgb(91,84,149); }
H1.HeaderClassName
{
color: #5B5495;
}
.AnyTagClassName
{
color: #5B5495;
}
</style>
background-color css
<style>
a { background-color: #5B5495; }
a { background-color: rgb(91,84,149); }
div.DivClassName
{
background-color: #5B5495;
}
.BgClassName
{
background-color: #5B5495;
}
</style>
border-color css
<style>
span { border-color: #5B5495; }
span { border-color: rgb(91,84,149); }
td.TdClassName
{
border-color: #5B5495;
}
.TagClassName
{
border-color: #5B5495;
}
</style>