Shades of Governor Bay #5C569B
Tints of Governor Bay #5C569B
RGB
CMYK
RGB Variations
Color information
#5C569B (or 0x5C569B) is known color: Governor Bay. HEX triplet: 5C, 56 and 9B. RGB value is (92,86,155). Sum of RGB (Red+Green+Blue) = 92+86+155=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C569B is #A3A964. Grayscale: #5F5F5F. Windows color (decimal): -10725733 or 10180188. OLE color: 10180188.
HSL color Cylindrical-coordinate representation of color #5C569B: hue angle of 245.22º 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 #5C569B is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 86 | 155 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.39 |
| HSL | 245.22º | 0.29% | 0.47% | - |
| HSV(B) | 245.22º | 0.45% | 0.61% | - |
| XYZ | 13.66 | 11.3 | 32.47 | - |
| YUV | 95.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 155 | 0.41 | 0.45 | 0 | 0.39 | 245.22 | 0.29 | 0.47 |
| Hex | 5C | 56 | 9B | 29 | 2D | 0 | 27 | F5 | 1D | 2F |
| Octal | 134 | 126 | 233 | 51 | 55 | 0 | 47 | 365 | 35 | 57 |
| Binary | 1011100 | 1010110 | 10011011 | 101001 | 101101 | 0 | 100111 | 11110101 | 11101 | 101111 |
Color Harmonies of #5C569B
Complementary color
Monochromatic Colors of #5C569B
Black with #5C569B
Text Example
Text Example
White with #5C569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C569B; }
p { color: rgb(92,86,155); }
H1.HeaderClassName
{
color: #5C569B;
}
.AnyTagClassName
{
color: #5C569B;
}
</style>
background-color css
<style>
a { background-color: #5C569B; }
a { background-color: rgb(92,86,155); }
div.DivClassName
{
background-color: #5C569B;
}
.BgClassName
{
background-color: #5C569B;
}
</style>
border-color css
<style>
span { border-color: #5C569B; }
span { border-color: rgb(92,86,155); }
td.TdClassName
{
border-color: #5C569B;
}
.TagClassName
{
border-color: #5C569B;
}
</style>