Shades of Governor Bay #5B539D
Tints of Governor Bay #5B539D
RGB
CMYK
RGB Variations
Color information
#5B539D (or 0x5B539D) is known color: Governor Bay. HEX triplet: 5B, 53 and 9D. RGB value is (91,83,157). Sum of RGB (Red+Green+Blue) = 91+83+157=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B539D is #A4AC62. Grayscale: #5D5D5D. Windows color (decimal): -10792035 or 10310491. OLE color: 10310491.
HSL color Cylindrical-coordinate representation of color #5B539D: hue angle of 246.49º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B539D is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 83 | 157 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.38 |
| HSL | 246.49º | 0.31% | 0.47% | - |
| HSV(B) | 246.49º | 0.47% | 0.62% | - |
| XYZ | 13.49 | 10.84 | 33.28 | - |
| YUV | 93.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 157 | 0.42 | 0.47 | 0 | 0.38 | 246.49 | 0.31 | 0.47 |
| Hex | 5B | 53 | 9D | 2A | 2F | 0 | 26 | F6 | 1F | 2F |
| Octal | 133 | 123 | 235 | 52 | 57 | 0 | 46 | 366 | 37 | 57 |
| Binary | 1011011 | 1010011 | 10011101 | 101010 | 101111 | 0 | 100110 | 11110110 | 11111 | 101111 |
Color Harmonies of #5B539D
Complementary color
Monochromatic Colors of #5B539D
Black with #5B539D
Text Example
Text Example
White with #5B539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B539D; }
p { color: rgb(91,83,157); }
H1.HeaderClassName
{
color: #5B539D;
}
.AnyTagClassName
{
color: #5B539D;
}
</style>
background-color css
<style>
a { background-color: #5B539D; }
a { background-color: rgb(91,83,157); }
div.DivClassName
{
background-color: #5B539D;
}
.BgClassName
{
background-color: #5B539D;
}
</style>
border-color css
<style>
span { border-color: #5B539D; }
span { border-color: rgb(91,83,157); }
td.TdClassName
{
border-color: #5B539D;
}
.TagClassName
{
border-color: #5B539D;
}
</style>