Shades of Governor Bay #52578D
Tints of Governor Bay #52578D
RGB
CMYK
RGB Variations
Color information
#52578D (or 0x52578D) is known color: Governor Bay. HEX triplet: 52, 57 and 8D. RGB value is (82,87,141). Sum of RGB (Red+Green+Blue) = 82+87+141=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #52578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52578D is #ADA872. Grayscale: #5B5B5B. Windows color (decimal): -11380851 or 9262930. OLE color: 9262930.
HSL color Cylindrical-coordinate representation of color #52578D: hue angle of 234.92º 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 #52578D is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 87 | 141 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.45 |
| HSL | 234.92º | 0.26% | 0.44% | - |
| HSV(B) | 234.92º | 0.42% | 0.55% | - |
| XYZ | 11.7 | 10.53 | 26.62 | - |
| YUV | 91.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 141 | 0.42 | 0.38 | 0 | 0.45 | 234.92 | 0.26 | 0.44 |
| Hex | 52 | 57 | 8D | 2A | 26 | 0 | 2D | EB | 1A | 2C |
| Octal | 122 | 127 | 215 | 52 | 46 | 0 | 55 | 353 | 32 | 54 |
| Binary | 1010010 | 1010111 | 10001101 | 101010 | 100110 | 0 | 101101 | 11101011 | 11010 | 101100 |
Color Harmonies of #52578D
Complementary color
Monochromatic Colors of #52578D
Black with #52578D
Text Example
Text Example
White with #52578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52578D; }
p { color: rgb(82,87,141); }
H1.HeaderClassName
{
color: #52578D;
}
.AnyTagClassName
{
color: #52578D;
}
</style>
background-color css
<style>
a { background-color: #52578D; }
a { background-color: rgb(82,87,141); }
div.DivClassName
{
background-color: #52578D;
}
.BgClassName
{
background-color: #52578D;
}
</style>
border-color css
<style>
span { border-color: #52578D; }
span { border-color: rgb(82,87,141); }
td.TdClassName
{
border-color: #52578D;
}
.TagClassName
{
border-color: #52578D;
}
</style>