Shades of Governor Bay #52518A
Tints of Governor Bay #52518A
RGB
CMYK
RGB Variations
Color information
#52518A (or 0x52518A) is known color: Governor Bay. HEX triplet: 52, 51 and 8A. RGB value is (82,81,138). Sum of RGB (Red+Green+Blue) = 82+81+138=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #52518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52518A is #ADAE75. Grayscale: #575757. Windows color (decimal): -11382390 or 9064786. OLE color: 9064786.
HSL color Cylindrical-coordinate representation of color #52518A: hue angle of 241.05º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52518A is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 81 | 138 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.46 |
| HSL | 241.05º | 0.26% | 0.43% | - |
| HSV(B) | 241.05º | 0.41% | 0.54% | - |
| XYZ | 11.01 | 9.51 | 25.3 | - |
| YUV | 87.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 138 | 0.41 | 0.41 | 0 | 0.46 | 241.05 | 0.26 | 0.43 |
| Hex | 52 | 51 | 8A | 29 | 29 | 0 | 2E | F1 | 1A | 2B |
| Octal | 122 | 121 | 212 | 51 | 51 | 0 | 56 | 361 | 32 | 53 |
| Binary | 1010010 | 1010001 | 10001010 | 101001 | 101001 | 0 | 101110 | 11110001 | 11010 | 101011 |
Color Harmonies of #52518A
Complementary color
Monochromatic Colors of #52518A
Black with #52518A
Text Example
Text Example
White with #52518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52518A; }
p { color: rgb(82,81,138); }
H1.HeaderClassName
{
color: #52518A;
}
.AnyTagClassName
{
color: #52518A;
}
</style>
background-color css
<style>
a { background-color: #52518A; }
a { background-color: rgb(82,81,138); }
div.DivClassName
{
background-color: #52518A;
}
.BgClassName
{
background-color: #52518A;
}
</style>
border-color css
<style>
span { border-color: #52518A; }
span { border-color: rgb(82,81,138); }
td.TdClassName
{
border-color: #52518A;
}
.TagClassName
{
border-color: #52518A;
}
</style>