Shades of Governor Bay #5D539A
Tints of Governor Bay #5D539A
RGB
CMYK
RGB Variations
Color information
#5D539A (or 0x5D539A) is known color: Governor Bay. HEX triplet: 5D, 53 and 9A. RGB value is (93,83,154). Sum of RGB (Red+Green+Blue) = 93+83+154=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D539A is #A2AC65. Grayscale: #5D5D5D. Windows color (decimal): -10660966 or 10113885. OLE color: 10113885.
HSL color Cylindrical-coordinate representation of color #5D539A: hue angle of 248.45º 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 #5D539A is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 83 | 154 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.40 |
| HSL | 248.45º | 0.3% | 0.46% | - |
| HSV(B) | 248.45º | 0.46% | 0.6% | - |
| XYZ | 13.44 | 10.85 | 31.96 | - |
| YUV | 94.08 | 161.81 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 154 | 0.40 | 0.46 | 0 | 0.40 | 248.45 | 0.3 | 0.46 |
| Hex | 5D | 53 | 9A | 28 | 2E | 0 | 28 | F8 | 1E | 2E |
| Octal | 135 | 123 | 232 | 50 | 56 | 0 | 50 | 370 | 36 | 56 |
| Binary | 1011101 | 1010011 | 10011010 | 101000 | 101110 | 0 | 101000 | 11111000 | 11110 | 101110 |
Color Harmonies of #5D539A
Complementary color
Monochromatic Colors of #5D539A
Black with #5D539A
Text Example
Text Example
White with #5D539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D539A; }
p { color: rgb(93,83,154); }
H1.HeaderClassName
{
color: #5D539A;
}
.AnyTagClassName
{
color: #5D539A;
}
</style>
background-color css
<style>
a { background-color: #5D539A; }
a { background-color: rgb(93,83,154); }
div.DivClassName
{
background-color: #5D539A;
}
.BgClassName
{
background-color: #5D539A;
}
</style>
border-color css
<style>
span { border-color: #5D539A; }
span { border-color: rgb(93,83,154); }
td.TdClassName
{
border-color: #5D539A;
}
.TagClassName
{
border-color: #5D539A;
}
</style>