Shades of Governor Bay #53519B
Tints of Governor Bay #53519B
RGB
CMYK
RGB Variations
Color information
#53519B (or 0x53519B) is known color: Governor Bay. HEX triplet: 53, 51 and 9B. RGB value is (83,81,155). Sum of RGB (Red+Green+Blue) = 83+81+155=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #53519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53519B is #ACAE64. Grayscale: #595959. Windows color (decimal): -11316837 or 10178899. OLE color: 10178899.
HSL color Cylindrical-coordinate representation of color #53519B: hue angle of 241.62º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53519B is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 81 | 155 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.39 |
| HSL | 241.62º | 0.31% | 0.46% | - |
| HSV(B) | 241.62º | 0.48% | 0.61% | - |
| XYZ | 12.43 | 10.09 | 32.3 | - |
| YUV | 90.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 155 | 0.46 | 0.48 | 0 | 0.39 | 241.62 | 0.31 | 0.46 |
| Hex | 53 | 51 | 9B | 2E | 30 | 0 | 27 | F2 | 1F | 2E |
| Octal | 123 | 121 | 233 | 56 | 60 | 0 | 47 | 362 | 37 | 56 |
| Binary | 1010011 | 1010001 | 10011011 | 101110 | 110000 | 0 | 100111 | 11110010 | 11111 | 101110 |
Color Harmonies of #53519B
Complementary color
Monochromatic Colors of #53519B
Black with #53519B
Text Example
Text Example
White with #53519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53519B; }
p { color: rgb(83,81,155); }
H1.HeaderClassName
{
color: #53519B;
}
.AnyTagClassName
{
color: #53519B;
}
</style>
background-color css
<style>
a { background-color: #53519B; }
a { background-color: rgb(83,81,155); }
div.DivClassName
{
background-color: #53519B;
}
.BgClassName
{
background-color: #53519B;
}
</style>
border-color css
<style>
span { border-color: #53519B; }
span { border-color: rgb(83,81,155); }
td.TdClassName
{
border-color: #53519B;
}
.TagClassName
{
border-color: #53519B;
}
</style>