Shades of Governor Bay #52548D
Tints of Governor Bay #52548D
RGB
CMYK
RGB Variations
Color information
#52548D (or 0x52548D) is known color: Governor Bay. HEX triplet: 52, 54 and 8D. RGB value is (82,84,141). Sum of RGB (Red+Green+Blue) = 82+84+141=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #52548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52548D is #ADAB72. Grayscale: #595959. Windows color (decimal): -11381619 or 9262162. OLE color: 9262162.
HSL color Cylindrical-coordinate representation of color #52548D: hue angle of 237.97º 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 #52548D is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 84 | 141 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.45 |
| HSL | 237.97º | 0.26% | 0.44% | - |
| HSV(B) | 237.97º | 0.42% | 0.55% | - |
| XYZ | 11.46 | 10.06 | 26.54 | - |
| YUV | 89.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 141 | 0.42 | 0.40 | 0 | 0.45 | 237.97 | 0.26 | 0.44 |
| Hex | 52 | 54 | 8D | 2A | 28 | 0 | 2D | EE | 1A | 2C |
| Octal | 122 | 124 | 215 | 52 | 50 | 0 | 55 | 356 | 32 | 54 |
| Binary | 1010010 | 1010100 | 10001101 | 101010 | 101000 | 0 | 101101 | 11101110 | 11010 | 101100 |
Color Harmonies of #52548D
Complementary color
Monochromatic Colors of #52548D
Black with #52548D
Text Example
Text Example
White with #52548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52548D; }
p { color: rgb(82,84,141); }
H1.HeaderClassName
{
color: #52548D;
}
.AnyTagClassName
{
color: #52548D;
}
</style>
background-color css
<style>
a { background-color: #52548D; }
a { background-color: rgb(82,84,141); }
div.DivClassName
{
background-color: #52548D;
}
.BgClassName
{
background-color: #52548D;
}
</style>
border-color css
<style>
span { border-color: #52548D; }
span { border-color: rgb(82,84,141); }
td.TdClassName
{
border-color: #52548D;
}
.TagClassName
{
border-color: #52548D;
}
</style>