Shades of Governor Bay #52529C
Tints of Governor Bay #52529C
RGB
CMYK
RGB Variations
Color information
#52529C (or 0x52529C) is known color: Governor Bay. HEX triplet: 52, 52 and 9C. RGB value is (82,82,156). Sum of RGB (Red+Green+Blue) = 82+82+156=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #52529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52529C is #ADAD63. Grayscale: #5A5A5A. Windows color (decimal): -11382116 or 10244690. OLE color: 10244690.
HSL color Cylindrical-coordinate representation of color #52529C: hue angle of 240º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52529C is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 82 | 156 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.39 |
| HSL | 240º | 0.31% | 0.47% | - |
| HSV(B) | 240º | 0.47% | 0.61% | - |
| XYZ | 12.5 | 10.23 | 32.77 | - |
| YUV | 90.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 82 | 156 | 0.47 | 0.47 | 0 | 0.39 | 240 | 0.31 | 0.47 |
| Hex | 52 | 52 | 9C | 2F | 2F | 0 | 27 | F0 | 1F | 2F |
| Octal | 122 | 122 | 234 | 57 | 57 | 0 | 47 | 360 | 37 | 57 |
| Binary | 1010010 | 1010010 | 10011100 | 101111 | 101111 | 0 | 100111 | 11110000 | 11111 | 101111 |
Color Harmonies of #52529C
Complementary color
Monochromatic Colors of #52529C
Black with #52529C
Text Example
Text Example
White with #52529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52529C; }
p { color: rgb(82,82,156); }
H1.HeaderClassName
{
color: #52529C;
}
.AnyTagClassName
{
color: #52529C;
}
</style>
background-color css
<style>
a { background-color: #52529C; }
a { background-color: rgb(82,82,156); }
div.DivClassName
{
background-color: #52529C;
}
.BgClassName
{
background-color: #52529C;
}
</style>
border-color css
<style>
span { border-color: #52529C; }
span { border-color: rgb(82,82,156); }
td.TdClassName
{
border-color: #52529C;
}
.TagClassName
{
border-color: #52529C;
}
</style>