Shades of Governor Bay #52579D
Tints of Governor Bay #52579D
RGB
CMYK
RGB Variations
Color information
#52579D (or 0x52579D) is known color: Governor Bay. HEX triplet: 52, 57 and 9D. RGB value is (82,87,157). Sum of RGB (Red+Green+Blue) = 82+87+157=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #52579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52579D is #ADA862. Grayscale: #5D5D5D. Windows color (decimal): -11380835 or 10311506. OLE color: 10311506.
HSL color Cylindrical-coordinate representation of color #52579D: hue angle of 236º degrees, saturation: 0.31, 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 #52579D is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 87 | 157 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.38 |
| HSL | 236º | 0.31% | 0.47% | - |
| HSV(B) | 236º | 0.48% | 0.62% | - |
| XYZ | 12.97 | 11.04 | 33.35 | - |
| YUV | 93.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 157 | 0.48 | 0.45 | 0 | 0.38 | 236 | 0.31 | 0.47 |
| Hex | 52 | 57 | 9D | 30 | 2D | 0 | 26 | EC | 1F | 2F |
| Octal | 122 | 127 | 235 | 60 | 55 | 0 | 46 | 354 | 37 | 57 |
| Binary | 1010010 | 1010111 | 10011101 | 110000 | 101101 | 0 | 100110 | 11101100 | 11111 | 101111 |
Color Harmonies of #52579D
Complementary color
Monochromatic Colors of #52579D
Black with #52579D
Text Example
Text Example
White with #52579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52579D; }
p { color: rgb(82,87,157); }
H1.HeaderClassName
{
color: #52579D;
}
.AnyTagClassName
{
color: #52579D;
}
</style>
background-color css
<style>
a { background-color: #52579D; }
a { background-color: rgb(82,87,157); }
div.DivClassName
{
background-color: #52579D;
}
.BgClassName
{
background-color: #52579D;
}
</style>
border-color css
<style>
span { border-color: #52579D; }
span { border-color: rgb(82,87,157); }
td.TdClassName
{
border-color: #52579D;
}
.TagClassName
{
border-color: #52579D;
}
</style>