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