Shades of Governor Bay #52578A
Tints of Governor Bay #52578A
RGB
CMYK
RGB Variations
Color information
#52578A (or 0x52578A) is known color: Governor Bay. HEX triplet: 52, 57 and 8A. RGB value is (82,87,138). Sum of RGB (Red+Green+Blue) = 82+87+138=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #52578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52578A is #ADA875. Grayscale: #5B5B5B. Windows color (decimal): -11380854 or 9066322. OLE color: 9066322.
HSL color Cylindrical-coordinate representation of color #52578A: hue angle of 234.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52578A is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 87 | 138 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.46 |
| HSL | 234.64º | 0.25% | 0.43% | - |
| HSV(B) | 234.64º | 0.41% | 0.54% | - |
| XYZ | 11.48 | 10.45 | 25.46 | - |
| YUV | 91.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 138 | 0.41 | 0.37 | 0 | 0.46 | 234.64 | 0.25 | 0.43 |
| Hex | 52 | 57 | 8A | 29 | 25 | 0 | 2E | EB | 19 | 2B |
| Octal | 122 | 127 | 212 | 51 | 45 | 0 | 56 | 353 | 31 | 53 |
| Binary | 1010010 | 1010111 | 10001010 | 101001 | 100101 | 0 | 101110 | 11101011 | 11001 | 101011 |
Color Harmonies of #52578A
Complementary color
Monochromatic Colors of #52578A
Black with #52578A
Text Example
Text Example
White with #52578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52578A; }
p { color: rgb(82,87,138); }
H1.HeaderClassName
{
color: #52578A;
}
.AnyTagClassName
{
color: #52578A;
}
</style>
background-color css
<style>
a { background-color: #52578A; }
a { background-color: rgb(82,87,138); }
div.DivClassName
{
background-color: #52578A;
}
.BgClassName
{
background-color: #52578A;
}
</style>
border-color css
<style>
span { border-color: #52578A; }
span { border-color: rgb(82,87,138); }
td.TdClassName
{
border-color: #52578A;
}
.TagClassName
{
border-color: #52578A;
}
</style>