Shades of Governor Bay #5B539A
Tints of Governor Bay #5B539A
RGB
CMYK
RGB Variations
Color information
#5B539A (or 0x5B539A) is known color: Governor Bay. HEX triplet: 5B, 53 and 9A. RGB value is (91,83,154). Sum of RGB (Red+Green+Blue) = 91+83+154=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B539A is #A4AC65. Grayscale: #5D5D5D. Windows color (decimal): -10792038 or 10113883. OLE color: 10113883.
HSL color Cylindrical-coordinate representation of color #5B539A: hue angle of 246.76º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B539A is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 83 | 154 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.40 |
| HSL | 246.76º | 0.3% | 0.46% | - |
| HSV(B) | 246.76º | 0.46% | 0.6% | - |
| XYZ | 13.24 | 10.74 | 31.95 | - |
| YUV | 93.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 154 | 0.41 | 0.46 | 0 | 0.40 | 246.76 | 0.3 | 0.46 |
| Hex | 5B | 53 | 9A | 29 | 2E | 0 | 28 | F7 | 1E | 2E |
| Octal | 133 | 123 | 232 | 51 | 56 | 0 | 50 | 367 | 36 | 56 |
| Binary | 1011011 | 1010011 | 10011010 | 101001 | 101110 | 0 | 101000 | 11110111 | 11110 | 101110 |
Color Harmonies of #5B539A
Complementary color
Monochromatic Colors of #5B539A
Black with #5B539A
Text Example
Text Example
White with #5B539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B539A; }
p { color: rgb(91,83,154); }
H1.HeaderClassName
{
color: #5B539A;
}
.AnyTagClassName
{
color: #5B539A;
}
</style>
background-color css
<style>
a { background-color: #5B539A; }
a { background-color: rgb(91,83,154); }
div.DivClassName
{
background-color: #5B539A;
}
.BgClassName
{
background-color: #5B539A;
}
</style>
border-color css
<style>
span { border-color: #5B539A; }
span { border-color: rgb(91,83,154); }
td.TdClassName
{
border-color: #5B539A;
}
.TagClassName
{
border-color: #5B539A;
}
</style>