Shades of Governor Bay #52588B
Tints of Governor Bay #52588B
RGB
CMYK
RGB Variations
Color information
#52588B (or 0x52588B) is known color: Governor Bay. HEX triplet: 52, 58 and 8B. RGB value is (82,88,139). Sum of RGB (Red+Green+Blue) = 82+88+139=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #52588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52588B is #ADA774. Grayscale: #5B5B5B. Windows color (decimal): -11380597 or 9132114. OLE color: 9132114.
HSL color Cylindrical-coordinate representation of color #52588B: hue angle of 233.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52588B is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 88 | 139 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.45 |
| HSL | 233.68º | 0.26% | 0.43% | - |
| HSV(B) | 233.68º | 0.41% | 0.55% | - |
| XYZ | 11.63 | 10.64 | 25.87 | - |
| YUV | 92.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 139 | 0.41 | 0.37 | 0 | 0.45 | 233.68 | 0.26 | 0.43 |
| Hex | 52 | 58 | 8B | 29 | 25 | 0 | 2D | EA | 1A | 2B |
| Octal | 122 | 130 | 213 | 51 | 45 | 0 | 55 | 352 | 32 | 53 |
| Binary | 1010010 | 1011000 | 10001011 | 101001 | 100101 | 0 | 101101 | 11101010 | 11010 | 101011 |
Color Harmonies of #52588B
Complementary color
Monochromatic Colors of #52588B
Black with #52588B
Text Example
Text Example
White with #52588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52588B; }
p { color: rgb(82,88,139); }
H1.HeaderClassName
{
color: #52588B;
}
.AnyTagClassName
{
color: #52588B;
}
</style>
background-color css
<style>
a { background-color: #52588B; }
a { background-color: rgb(82,88,139); }
div.DivClassName
{
background-color: #52588B;
}
.BgClassName
{
background-color: #52588B;
}
</style>
border-color css
<style>
span { border-color: #52588B; }
span { border-color: rgb(82,88,139); }
td.TdClassName
{
border-color: #52588B;
}
.TagClassName
{
border-color: #52588B;
}
</style>