Shades of Governor Bay #52588C
Tints of Governor Bay #52588C
RGB
CMYK
RGB Variations
Color information
#52588C (or 0x52588C) is known color: Governor Bay. HEX triplet: 52, 58 and 8C. RGB value is (82,88,140). Sum of RGB (Red+Green+Blue) = 82+88+140=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #52588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52588C is #ADA773. Grayscale: #5B5B5B. Windows color (decimal): -11380596 or 9197650. OLE color: 9197650.
HSL color Cylindrical-coordinate representation of color #52588C: hue angle of 233.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52588C is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 88 | 140 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.45 |
| HSL | 233.79º | 0.26% | 0.44% | - |
| HSV(B) | 233.79º | 0.41% | 0.55% | - |
| XYZ | 11.7 | 10.67 | 26.25 | - |
| YUV | 92.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 140 | 0.41 | 0.37 | 0 | 0.45 | 233.79 | 0.26 | 0.44 |
| Hex | 52 | 58 | 8C | 29 | 25 | 0 | 2D | EA | 1A | 2C |
| Octal | 122 | 130 | 214 | 51 | 45 | 0 | 55 | 352 | 32 | 54 |
| Binary | 1010010 | 1011000 | 10001100 | 101001 | 100101 | 0 | 101101 | 11101010 | 11010 | 101100 |
Color Harmonies of #52588C
Complementary color
Monochromatic Colors of #52588C
Black with #52588C
Text Example
Text Example
White with #52588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52588C; }
p { color: rgb(82,88,140); }
H1.HeaderClassName
{
color: #52588C;
}
.AnyTagClassName
{
color: #52588C;
}
</style>
background-color css
<style>
a { background-color: #52588C; }
a { background-color: rgb(82,88,140); }
div.DivClassName
{
background-color: #52588C;
}
.BgClassName
{
background-color: #52588C;
}
</style>
border-color css
<style>
span { border-color: #52588C; }
span { border-color: rgb(82,88,140); }
td.TdClassName
{
border-color: #52588C;
}
.TagClassName
{
border-color: #52588C;
}
</style>