Shades of Governor Bay #5B569D
Tints of Governor Bay #5B569D
RGB
CMYK
RGB Variations
Color information
#5B569D (or 0x5B569D) is known color: Governor Bay. HEX triplet: 5B, 56 and 9D. RGB value is (91,86,157). Sum of RGB (Red+Green+Blue) = 91+86+157=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B569D is #A4A962. Grayscale: #5F5F5F. Windows color (decimal): -10791267 or 10311259. OLE color: 10311259.
HSL color Cylindrical-coordinate representation of color #5B569D: hue angle of 244.23º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B569D is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 86 | 157 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.38 |
| HSL | 244.23º | 0.29% | 0.48% | - |
| HSV(B) | 244.23º | 0.45% | 0.62% | - |
| XYZ | 13.73 | 11.31 | 33.36 | - |
| YUV | 95.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 157 | 0.42 | 0.45 | 0 | 0.38 | 244.23 | 0.29 | 0.48 |
| Hex | 5B | 56 | 9D | 2A | 2D | 0 | 26 | F4 | 1D | 30 |
| Octal | 133 | 126 | 235 | 52 | 55 | 0 | 46 | 364 | 35 | 60 |
| Binary | 1011011 | 1010110 | 10011101 | 101010 | 101101 | 0 | 100110 | 11110100 | 11101 | 110000 |
Color Harmonies of #5B569D
Complementary color
Monochromatic Colors of #5B569D
Black with #5B569D
Text Example
Text Example
White with #5B569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B569D; }
p { color: rgb(91,86,157); }
H1.HeaderClassName
{
color: #5B569D;
}
.AnyTagClassName
{
color: #5B569D;
}
</style>
background-color css
<style>
a { background-color: #5B569D; }
a { background-color: rgb(91,86,157); }
div.DivClassName
{
background-color: #5B569D;
}
.BgClassName
{
background-color: #5B569D;
}
</style>
border-color css
<style>
span { border-color: #5B569D; }
span { border-color: rgb(91,86,157); }
td.TdClassName
{
border-color: #5B569D;
}
.TagClassName
{
border-color: #5B569D;
}
</style>