Shades of Governor Bay #5B649A
Tints of Governor Bay #5B649A
RGB
CMYK
RGB Variations
Color information
#5B649A (or 0x5B649A) is known color: Governor Bay. HEX triplet: 5B, 64 and 9A. RGB value is (91,100,154). Sum of RGB (Red+Green+Blue) = 91+100+154=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B649A is #A49B65. Grayscale: #676767. Windows color (decimal): -10787686 or 10118235. OLE color: 10118235.
HSL color Cylindrical-coordinate representation of color #5B649A: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B649A is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 100 | 154 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.40 |
| HSL | 231.43º | 0.26% | 0.48% | - |
| HSV(B) | 231.43º | 0.41% | 0.6% | - |
| XYZ | 14.7 | 13.67 | 32.44 | - |
| YUV | 103.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 154 | 0.41 | 0.35 | 0 | 0.40 | 231.43 | 0.26 | 0.48 |
| Hex | 5B | 64 | 9A | 29 | 23 | 0 | 28 | E7 | 1A | 30 |
| Octal | 133 | 144 | 232 | 51 | 43 | 0 | 50 | 347 | 32 | 60 |
| Binary | 1011011 | 1100100 | 10011010 | 101001 | 100011 | 0 | 101000 | 11100111 | 11010 | 110000 |
Color Harmonies of #5B649A
Complementary color
Monochromatic Colors of #5B649A
Black with #5B649A
Text Example
Text Example
White with #5B649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B649A; }
p { color: rgb(91,100,154); }
H1.HeaderClassName
{
color: #5B649A;
}
.AnyTagClassName
{
color: #5B649A;
}
</style>
background-color css
<style>
a { background-color: #5B649A; }
a { background-color: rgb(91,100,154); }
div.DivClassName
{
background-color: #5B649A;
}
.BgClassName
{
background-color: #5B649A;
}
</style>
border-color css
<style>
span { border-color: #5B649A; }
span { border-color: rgb(91,100,154); }
td.TdClassName
{
border-color: #5B649A;
}
.TagClassName
{
border-color: #5B649A;
}
</style>