Shades of Governor Bay #53518D
Tints of Governor Bay #53518D
RGB
CMYK
RGB Variations
Color information
#53518D (or 0x53518D) is known color: Governor Bay. HEX triplet: 53, 51 and 8D. RGB value is (83,81,141). Sum of RGB (Red+Green+Blue) = 83+81+141=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #53518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53518D is #ACAE72. Grayscale: #585858. Windows color (decimal): -11316851 or 9261395. OLE color: 9261395.
HSL color Cylindrical-coordinate representation of color #53518D: hue angle of 242º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53518D is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 81 | 141 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.45 |
| HSL | 242º | 0.27% | 0.44% | - |
| HSV(B) | 242º | 0.43% | 0.55% | - |
| XYZ | 11.32 | 9.65 | 26.46 | - |
| YUV | 88.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 141 | 0.41 | 0.43 | 0 | 0.45 | 242 | 0.27 | 0.44 |
| Hex | 53 | 51 | 8D | 29 | 2B | 0 | 2D | F2 | 1B | 2C |
| Octal | 123 | 121 | 215 | 51 | 53 | 0 | 55 | 362 | 33 | 54 |
| Binary | 1010011 | 1010001 | 10001101 | 101001 | 101011 | 0 | 101101 | 11110010 | 11011 | 101100 |
Color Harmonies of #53518D
Complementary color
Monochromatic Colors of #53518D
Black with #53518D
Text Example
Text Example
White with #53518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53518D; }
p { color: rgb(83,81,141); }
H1.HeaderClassName
{
color: #53518D;
}
.AnyTagClassName
{
color: #53518D;
}
</style>
background-color css
<style>
a { background-color: #53518D; }
a { background-color: rgb(83,81,141); }
div.DivClassName
{
background-color: #53518D;
}
.BgClassName
{
background-color: #53518D;
}
</style>
border-color css
<style>
span { border-color: #53518D; }
span { border-color: rgb(83,81,141); }
td.TdClassName
{
border-color: #53518D;
}
.TagClassName
{
border-color: #53518D;
}
</style>