Shades of Governor Bay #52519B
Tints of Governor Bay #52519B
RGB
CMYK
RGB Variations
Color information
#52519B (or 0x52519B) is known color: Governor Bay. HEX triplet: 52, 51 and 9B. RGB value is (82,81,155). Sum of RGB (Red+Green+Blue) = 82+81+155=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #52519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52519B is #ADAE64. Grayscale: #595959. Windows color (decimal): -11382373 or 10178898. OLE color: 10178898.
HSL color Cylindrical-coordinate representation of color #52519B: hue angle of 240.81º 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 #52519B is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 81 | 155 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.39 |
| HSL | 240.81º | 0.31% | 0.46% | - |
| HSV(B) | 240.81º | 0.48% | 0.61% | - |
| XYZ | 12.34 | 10.05 | 32.3 | - |
| YUV | 89.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 155 | 0.47 | 0.48 | 0 | 0.39 | 240.81 | 0.31 | 0.46 |
| Hex | 52 | 51 | 9B | 2F | 30 | 0 | 27 | F1 | 1F | 2E |
| Octal | 122 | 121 | 233 | 57 | 60 | 0 | 47 | 361 | 37 | 56 |
| Binary | 1010010 | 1010001 | 10011011 | 101111 | 110000 | 0 | 100111 | 11110001 | 11111 | 101110 |
Color Harmonies of #52519B
Complementary color
Monochromatic Colors of #52519B
Black with #52519B
Text Example
Text Example
White with #52519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52519B; }
p { color: rgb(82,81,155); }
H1.HeaderClassName
{
color: #52519B;
}
.AnyTagClassName
{
color: #52519B;
}
</style>
background-color css
<style>
a { background-color: #52519B; }
a { background-color: rgb(82,81,155); }
div.DivClassName
{
background-color: #52519B;
}
.BgClassName
{
background-color: #52519B;
}
</style>
border-color css
<style>
span { border-color: #52519B; }
span { border-color: rgb(82,81,155); }
td.TdClassName
{
border-color: #52519B;
}
.TagClassName
{
border-color: #52519B;
}
</style>