Shades of Governor Bay #52499A
Tints of Governor Bay #52499A
RGB
CMYK
RGB Variations
Color information
#52499A (or 0x52499A) is known color: Governor Bay. HEX triplet: 52, 49 and 9A. RGB value is (82,73,154). Sum of RGB (Red+Green+Blue) = 82+73+154=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #52499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52499A is #ADB665. Grayscale: #545454. Windows color (decimal): -11384422 or 10111314. OLE color: 10111314.
HSL color Cylindrical-coordinate representation of color #52499A: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52499A is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 73 | 154 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.40 |
| HSL | 246.67º | 0.36% | 0.45% | - |
| HSV(B) | 246.67º | 0.53% | 0.6% | - |
| XYZ | 11.69 | 8.89 | 31.67 | - |
| YUV | 84.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 154 | 0.47 | 0.53 | 0 | 0.40 | 246.67 | 0.36 | 0.45 |
| Hex | 52 | 49 | 9A | 2F | 35 | 0 | 28 | F7 | 24 | 2D |
| Octal | 122 | 111 | 232 | 57 | 65 | 0 | 50 | 367 | 44 | 55 |
| Binary | 1010010 | 1001001 | 10011010 | 101111 | 110101 | 0 | 101000 | 11110111 | 100100 | 101101 |
Color Harmonies of #52499A
Complementary color
Monochromatic Colors of #52499A
Black with #52499A
Text Example
Text Example
White with #52499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52499A; }
p { color: rgb(82,73,154); }
H1.HeaderClassName
{
color: #52499A;
}
.AnyTagClassName
{
color: #52499A;
}
</style>
background-color css
<style>
a { background-color: #52499A; }
a { background-color: rgb(82,73,154); }
div.DivClassName
{
background-color: #52499A;
}
.BgClassName
{
background-color: #52499A;
}
</style>
border-color css
<style>
span { border-color: #52499A; }
span { border-color: rgb(82,73,154); }
td.TdClassName
{
border-color: #52499A;
}
.TagClassName
{
border-color: #52499A;
}
</style>