Shades of Governor Bay #5B569C
Tints of Governor Bay #5B569C
RGB
CMYK
RGB Variations
Color information
#5B569C (or 0x5B569C) is known color: Governor Bay. HEX triplet: 5B, 56 and 9C. RGB value is (91,86,156). Sum of RGB (Red+Green+Blue) = 91+86+156=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B569C is #A4A963. Grayscale: #5F5F5F. Windows color (decimal): -10791268 or 10245723. OLE color: 10245723.
HSL color Cylindrical-coordinate representation of color #5B569C: hue angle of 244.29º 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 #5B569C is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 86 | 156 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.39 |
| HSL | 244.29º | 0.29% | 0.47% | - |
| HSV(B) | 244.29º | 0.45% | 0.61% | - |
| XYZ | 13.64 | 11.28 | 32.91 | - |
| YUV | 95.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 156 | 0.42 | 0.45 | 0 | 0.39 | 244.29 | 0.29 | 0.47 |
| Hex | 5B | 56 | 9C | 2A | 2D | 0 | 27 | F4 | 1D | 2F |
| Octal | 133 | 126 | 234 | 52 | 55 | 0 | 47 | 364 | 35 | 57 |
| Binary | 1011011 | 1010110 | 10011100 | 101010 | 101101 | 0 | 100111 | 11110100 | 11101 | 101111 |
Color Harmonies of #5B569C
Complementary color
Monochromatic Colors of #5B569C
Black with #5B569C
Text Example
Text Example
White with #5B569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B569C; }
p { color: rgb(91,86,156); }
H1.HeaderClassName
{
color: #5B569C;
}
.AnyTagClassName
{
color: #5B569C;
}
</style>
background-color css
<style>
a { background-color: #5B569C; }
a { background-color: rgb(91,86,156); }
div.DivClassName
{
background-color: #5B569C;
}
.BgClassName
{
background-color: #5B569C;
}
</style>
border-color css
<style>
span { border-color: #5B569C; }
span { border-color: rgb(91,86,156); }
td.TdClassName
{
border-color: #5B569C;
}
.TagClassName
{
border-color: #5B569C;
}
</style>