Shades of Governor Bay #5D539B
Tints of Governor Bay #5D539B
RGB
CMYK
RGB Variations
Color information
#5D539B (or 0x5D539B) is known color: Governor Bay. HEX triplet: 5D, 53 and 9B. RGB value is (93,83,155). Sum of RGB (Red+Green+Blue) = 93+83+155=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D539B is #A2AC64. Grayscale: #5D5D5D. Windows color (decimal): -10660965 or 10179421. OLE color: 10179421.
HSL color Cylindrical-coordinate representation of color #5D539B: hue angle of 248.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D539B is Cyan = 0.4, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 83 | 155 | - |
| CMYK | 0.4 | 0.46 | 0 | 0.39 |
| HSL | 248.33º | 0.3% | 0.47% | - |
| HSV(B) | 248.33º | 0.46% | 0.61% | - |
| XYZ | 13.52 | 10.88 | 32.4 | - |
| YUV | 94.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 155 | 0.4 | 0.46 | 0 | 0.39 | 248.33 | 0.3 | 0.47 |
| Hex | 5D | 53 | 9B | 28 | 2E | 0 | 27 | F8 | 1E | 2F |
| Octal | 135 | 123 | 233 | 50 | 56 | 0 | 47 | 370 | 36 | 57 |
| Binary | 1011101 | 1010011 | 10011011 | 101000 | 101110 | 0 | 100111 | 11111000 | 11110 | 101111 |
Color Harmonies of #5D539B
Complementary color
Monochromatic Colors of #5D539B
Black with #5D539B
Text Example
Text Example
White with #5D539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D539B; }
p { color: rgb(93,83,155); }
H1.HeaderClassName
{
color: #5D539B;
}
.AnyTagClassName
{
color: #5D539B;
}
</style>
background-color css
<style>
a { background-color: #5D539B; }
a { background-color: rgb(93,83,155); }
div.DivClassName
{
background-color: #5D539B;
}
.BgClassName
{
background-color: #5D539B;
}
</style>
border-color css
<style>
span { border-color: #5D539B; }
span { border-color: rgb(93,83,155); }
td.TdClassName
{
border-color: #5D539B;
}
.TagClassName
{
border-color: #5D539B;
}
</style>