Shades of Governor Bay #5D569B
Tints of Governor Bay #5D569B
RGB
CMYK
RGB Variations
Color information
#5D569B (or 0x5D569B) is known color: Governor Bay. HEX triplet: 5D, 56 and 9B. RGB value is (93,86,155). Sum of RGB (Red+Green+Blue) = 93+86+155=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D569B is #A2A964. Grayscale: #5F5F5F. Windows color (decimal): -10660197 or 10180189. OLE color: 10180189.
HSL color Cylindrical-coordinate representation of color #5D569B: hue angle of 246.09º 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 #5D569B is Cyan = 0.4, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 86 | 155 | - |
| CMYK | 0.4 | 0.45 | 0 | 0.39 |
| HSL | 246.09º | 0.29% | 0.47% | - |
| HSV(B) | 246.09º | 0.45% | 0.61% | - |
| XYZ | 13.76 | 11.35 | 32.48 | - |
| YUV | 95.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 155 | 0.4 | 0.45 | 0 | 0.39 | 246.09 | 0.29 | 0.47 |
| Hex | 5D | 56 | 9B | 28 | 2D | 0 | 27 | F6 | 1D | 2F |
| Octal | 135 | 126 | 233 | 50 | 55 | 0 | 47 | 366 | 35 | 57 |
| Binary | 1011101 | 1010110 | 10011011 | 101000 | 101101 | 0 | 100111 | 11110110 | 11101 | 101111 |
Color Harmonies of #5D569B
Complementary color
Monochromatic Colors of #5D569B
Black with #5D569B
Text Example
Text Example
White with #5D569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D569B; }
p { color: rgb(93,86,155); }
H1.HeaderClassName
{
color: #5D569B;
}
.AnyTagClassName
{
color: #5D569B;
}
</style>
background-color css
<style>
a { background-color: #5D569B; }
a { background-color: rgb(93,86,155); }
div.DivClassName
{
background-color: #5D569B;
}
.BgClassName
{
background-color: #5D569B;
}
</style>
border-color css
<style>
span { border-color: #5D569B; }
span { border-color: rgb(93,86,155); }
td.TdClassName
{
border-color: #5D569B;
}
.TagClassName
{
border-color: #5D569B;
}
</style>