Shades of Governor Bay #52589A
Tints of Governor Bay #52589A
RGB
CMYK
RGB Variations
Color information
#52589A (or 0x52589A) is known color: Governor Bay. HEX triplet: 52, 58 and 9A. RGB value is (82,88,154). Sum of RGB (Red+Green+Blue) = 82+88+154=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #52589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52589A is #ADA765. Grayscale: #5D5D5D. Windows color (decimal): -11380582 or 10115154. OLE color: 10115154.
HSL color Cylindrical-coordinate representation of color #52589A: hue angle of 235º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52589A is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 88 | 154 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.40 |
| HSL | 235º | 0.31% | 0.46% | - |
| HSV(B) | 235º | 0.47% | 0.6% | - |
| XYZ | 12.8 | 11.11 | 32.04 | - |
| YUV | 93.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 154 | 0.47 | 0.43 | 0 | 0.40 | 235 | 0.31 | 0.46 |
| Hex | 52 | 58 | 9A | 2F | 2B | 0 | 28 | EB | 1F | 2E |
| Octal | 122 | 130 | 232 | 57 | 53 | 0 | 50 | 353 | 37 | 56 |
| Binary | 1010010 | 1011000 | 10011010 | 101111 | 101011 | 0 | 101000 | 11101011 | 11111 | 101110 |
Color Harmonies of #52589A
Complementary color
Monochromatic Colors of #52589A
Black with #52589A
Text Example
Text Example
White with #52589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52589A; }
p { color: rgb(82,88,154); }
H1.HeaderClassName
{
color: #52589A;
}
.AnyTagClassName
{
color: #52589A;
}
</style>
background-color css
<style>
a { background-color: #52589A; }
a { background-color: rgb(82,88,154); }
div.DivClassName
{
background-color: #52589A;
}
.BgClassName
{
background-color: #52589A;
}
</style>
border-color css
<style>
span { border-color: #52589A; }
span { border-color: rgb(82,88,154); }
td.TdClassName
{
border-color: #52589A;
}
.TagClassName
{
border-color: #52589A;
}
</style>