Shades of Governor Bay #5B5296
Tints of Governor Bay #5B5296
RGB
CMYK
RGB Variations
Color information
#5B5296 (or 0x5B5296) is known color: Governor Bay. HEX triplet: 5B, 52 and 96. RGB value is (91,82,150). Sum of RGB (Red+Green+Blue) = 91+82+150=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B5296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5296 is #A4AD69. Grayscale: #5C5C5C. Windows color (decimal): -10792298 or 9851483. OLE color: 9851483.
HSL color Cylindrical-coordinate representation of color #5B5296: hue angle of 247.94º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B5296 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 82 | 150 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.41 |
| HSL | 247.94º | 0.29% | 0.45% | - |
| HSV(B) | 247.94º | 0.45% | 0.59% | - |
| XYZ | 12.84 | 10.46 | 30.2 | - |
| YUV | 92.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 150 | 0.39 | 0.45 | 0 | 0.41 | 247.94 | 0.29 | 0.45 |
| Hex | 5B | 52 | 96 | 27 | 2D | 0 | 29 | F8 | 1D | 2D |
| Octal | 133 | 122 | 226 | 47 | 55 | 0 | 51 | 370 | 35 | 55 |
| Binary | 1011011 | 1010010 | 10010110 | 100111 | 101101 | 0 | 101001 | 11111000 | 11101 | 101101 |
Color Harmonies of #5B5296
Complementary color
Monochromatic Colors of #5B5296
Black with #5B5296
Text Example
Text Example
White with #5B5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5296; }
p { color: rgb(91,82,150); }
H1.HeaderClassName
{
color: #5B5296;
}
.AnyTagClassName
{
color: #5B5296;
}
</style>
background-color css
<style>
a { background-color: #5B5296; }
a { background-color: rgb(91,82,150); }
div.DivClassName
{
background-color: #5B5296;
}
.BgClassName
{
background-color: #5B5296;
}
</style>
border-color css
<style>
span { border-color: #5B5296; }
span { border-color: rgb(91,82,150); }
td.TdClassName
{
border-color: #5B5296;
}
.TagClassName
{
border-color: #5B5296;
}
</style>