Shades of Governor Bay #52579F
Tints of Governor Bay #52579F
RGB
CMYK
RGB Variations
Color information
#52579F (or 0x52579F) is known color: Governor Bay. HEX triplet: 52, 57 and 9F. RGB value is (82,87,159). Sum of RGB (Red+Green+Blue) = 82+87+159=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #52579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52579F is #ADA860. Grayscale: #5D5D5D. Windows color (decimal): -11380833 or 10442578. OLE color: 10442578.
HSL color Cylindrical-coordinate representation of color #52579F: hue angle of 236.1º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52579F is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 87 | 159 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.38 |
| HSL | 236.1º | 0.32% | 0.47% | - |
| HSV(B) | 236.1º | 0.48% | 0.62% | - |
| XYZ | 13.15 | 11.11 | 34.25 | - |
| YUV | 93.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 159 | 0.48 | 0.45 | 0 | 0.38 | 236.1 | 0.32 | 0.47 |
| Hex | 52 | 57 | 9F | 30 | 2D | 0 | 26 | EC | 20 | 2F |
| Octal | 122 | 127 | 237 | 60 | 55 | 0 | 46 | 354 | 40 | 57 |
| Binary | 1010010 | 1010111 | 10011111 | 110000 | 101101 | 0 | 100110 | 11101100 | 100000 | 101111 |
Color Harmonies of #52579F
Complementary color
Monochromatic Colors of #52579F
Black with #52579F
Text Example
Text Example
White with #52579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52579F; }
p { color: rgb(82,87,159); }
H1.HeaderClassName
{
color: #52579F;
}
.AnyTagClassName
{
color: #52579F;
}
</style>
background-color css
<style>
a { background-color: #52579F; }
a { background-color: rgb(82,87,159); }
div.DivClassName
{
background-color: #52579F;
}
.BgClassName
{
background-color: #52579F;
}
</style>
border-color css
<style>
span { border-color: #52579F; }
span { border-color: rgb(82,87,159); }
td.TdClassName
{
border-color: #52579F;
}
.TagClassName
{
border-color: #52579F;
}
</style>