Shades of Governor Bay #5B618D
Tints of Governor Bay #5B618D
RGB
CMYK
RGB Variations
Color information
#5B618D (or 0x5B618D) is known color: Governor Bay. HEX triplet: 5B, 61 and 8D. RGB value is (91,97,141). Sum of RGB (Red+Green+Blue) = 91+97+141=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B618D is #A49E72. Grayscale: #646464. Windows color (decimal): -10788467 or 9265499. OLE color: 9265499.
HSL color Cylindrical-coordinate representation of color #5B618D: hue angle of 232.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B618D is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 97 | 141 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.45 |
| HSL | 232.8º | 0.22% | 0.45% | - |
| HSV(B) | 232.8º | 0.35% | 0.55% | - |
| XYZ | 13.4 | 12.7 | 26.94 | - |
| YUV | 100.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 141 | 0.35 | 0.31 | 0 | 0.45 | 232.8 | 0.22 | 0.45 |
| Hex | 5B | 61 | 8D | 23 | 1F | 0 | 2D | E9 | 16 | 2D |
| Octal | 133 | 141 | 215 | 43 | 37 | 0 | 55 | 351 | 26 | 55 |
| Binary | 1011011 | 1100001 | 10001101 | 100011 | 11111 | 0 | 101101 | 11101001 | 10110 | 101101 |
Color Harmonies of #5B618D
Complementary color
Monochromatic Colors of #5B618D
Black with #5B618D
Text Example
Text Example
White with #5B618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B618D; }
p { color: rgb(91,97,141); }
H1.HeaderClassName
{
color: #5B618D;
}
.AnyTagClassName
{
color: #5B618D;
}
</style>
background-color css
<style>
a { background-color: #5B618D; }
a { background-color: rgb(91,97,141); }
div.DivClassName
{
background-color: #5B618D;
}
.BgClassName
{
background-color: #5B618D;
}
</style>
border-color css
<style>
span { border-color: #5B618D; }
span { border-color: rgb(91,97,141); }
td.TdClassName
{
border-color: #5B618D;
}
.TagClassName
{
border-color: #5B618D;
}
</style>