Shades of Governor Bay #52558C
Tints of Governor Bay #52558C
RGB
CMYK
RGB Variations
Color information
#52558C (or 0x52558C) is known color: Governor Bay. HEX triplet: 52, 55 and 8C. RGB value is (82,85,140). Sum of RGB (Red+Green+Blue) = 82+85+140=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #52558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52558C is #ADAA73. Grayscale: #5A5A5A. Windows color (decimal): -11381364 or 9196882. OLE color: 9196882.
HSL color Cylindrical-coordinate representation of color #52558C: hue angle of 236.9º 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 #52558C is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 85 | 140 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.45 |
| HSL | 236.9º | 0.26% | 0.44% | - |
| HSV(B) | 236.9º | 0.41% | 0.55% | - |
| XYZ | 11.46 | 10.18 | 26.17 | - |
| YUV | 90.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 140 | 0.41 | 0.39 | 0 | 0.45 | 236.9 | 0.26 | 0.44 |
| Hex | 52 | 55 | 8C | 29 | 27 | 0 | 2D | ED | 1A | 2C |
| Octal | 122 | 125 | 214 | 51 | 47 | 0 | 55 | 355 | 32 | 54 |
| Binary | 1010010 | 1010101 | 10001100 | 101001 | 100111 | 0 | 101101 | 11101101 | 11010 | 101100 |
Color Harmonies of #52558C
Complementary color
Monochromatic Colors of #52558C
Black with #52558C
Text Example
Text Example
White with #52558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52558C; }
p { color: rgb(82,85,140); }
H1.HeaderClassName
{
color: #52558C;
}
.AnyTagClassName
{
color: #52558C;
}
</style>
background-color css
<style>
a { background-color: #52558C; }
a { background-color: rgb(82,85,140); }
div.DivClassName
{
background-color: #52558C;
}
.BgClassName
{
background-color: #52558C;
}
</style>
border-color css
<style>
span { border-color: #52558C; }
span { border-color: rgb(82,85,140); }
td.TdClassName
{
border-color: #52558C;
}
.TagClassName
{
border-color: #52558C;
}
</style>