Shades of Governor Bay #5B559B
Tints of Governor Bay #5B559B
RGB
CMYK
RGB Variations
Color information
#5B559B (or 0x5B559B) is known color: Governor Bay. HEX triplet: 5B, 55 and 9B. RGB value is (91,85,155). Sum of RGB (Red+Green+Blue) = 91+85+155=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B559B is #A4AA64. Grayscale: #5E5E5E. Windows color (decimal): -10791525 or 10179931. OLE color: 10179931.
HSL color Cylindrical-coordinate representation of color #5B559B: hue angle of 245.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B559B is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 85 | 155 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.39 |
| HSL | 245.14º | 0.29% | 0.47% | - |
| HSV(B) | 245.14º | 0.45% | 0.61% | - |
| XYZ | 13.48 | 11.09 | 32.44 | - |
| YUV | 94.77 | 161.99 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 155 | 0.41 | 0.45 | 0 | 0.39 | 245.14 | 0.29 | 0.47 |
| Hex | 5B | 55 | 9B | 29 | 2D | 0 | 27 | F5 | 1D | 2F |
| Octal | 133 | 125 | 233 | 51 | 55 | 0 | 47 | 365 | 35 | 57 |
| Binary | 1011011 | 1010101 | 10011011 | 101001 | 101101 | 0 | 100111 | 11110101 | 11101 | 101111 |
Color Harmonies of #5B559B
Complementary color
Monochromatic Colors of #5B559B
Black with #5B559B
Text Example
Text Example
White with #5B559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B559B; }
p { color: rgb(91,85,155); }
H1.HeaderClassName
{
color: #5B559B;
}
.AnyTagClassName
{
color: #5B559B;
}
</style>
background-color css
<style>
a { background-color: #5B559B; }
a { background-color: rgb(91,85,155); }
div.DivClassName
{
background-color: #5B559B;
}
.BgClassName
{
background-color: #5B559B;
}
</style>
border-color css
<style>
span { border-color: #5B559B; }
span { border-color: rgb(91,85,155); }
td.TdClassName
{
border-color: #5B559B;
}
.TagClassName
{
border-color: #5B559B;
}
</style>