Shades of Governor Bay #52598D
Tints of Governor Bay #52598D
RGB
CMYK
RGB Variations
Color information
#52598D (or 0x52598D) is known color: Governor Bay. HEX triplet: 52, 59 and 8D. RGB value is (82,89,141). Sum of RGB (Red+Green+Blue) = 82+89+141=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #52598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52598D is #ADA672. Grayscale: #5C5C5C. Windows color (decimal): -11380339 or 9263442. OLE color: 9263442.
HSL color Cylindrical-coordinate representation of color #52598D: hue angle of 232.88º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52598D is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 89 | 141 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.45 |
| HSL | 232.88º | 0.26% | 0.44% | - |
| HSV(B) | 232.88º | 0.42% | 0.55% | - |
| XYZ | 11.86 | 10.86 | 26.67 | - |
| YUV | 92.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 141 | 0.42 | 0.37 | 0 | 0.45 | 232.88 | 0.26 | 0.44 |
| Hex | 52 | 59 | 8D | 2A | 25 | 0 | 2D | E9 | 1A | 2C |
| Octal | 122 | 131 | 215 | 52 | 45 | 0 | 55 | 351 | 32 | 54 |
| Binary | 1010010 | 1011001 | 10001101 | 101010 | 100101 | 0 | 101101 | 11101001 | 11010 | 101100 |
Color Harmonies of #52598D
Complementary color
Monochromatic Colors of #52598D
Black with #52598D
Text Example
Text Example
White with #52598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52598D; }
p { color: rgb(82,89,141); }
H1.HeaderClassName
{
color: #52598D;
}
.AnyTagClassName
{
color: #52598D;
}
</style>
background-color css
<style>
a { background-color: #52598D; }
a { background-color: rgb(82,89,141); }
div.DivClassName
{
background-color: #52598D;
}
.BgClassName
{
background-color: #52598D;
}
</style>
border-color css
<style>
span { border-color: #52598D; }
span { border-color: rgb(82,89,141); }
td.TdClassName
{
border-color: #52598D;
}
.TagClassName
{
border-color: #52598D;
}
</style>