Shades of Governor Bay #52558F
Tints of Governor Bay #52558F
RGB
CMYK
RGB Variations
Color information
#52558F (or 0x52558F) is known color: Governor Bay. HEX triplet: 52, 55 and 8F. RGB value is (82,85,143). Sum of RGB (Red+Green+Blue) = 82+85+143=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #52558F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52558F is #ADAA70. Grayscale: #5A5A5A. Windows color (decimal): -11381361 or 9393490. OLE color: 9393490.
HSL color Cylindrical-coordinate representation of color #52558F: hue angle of 237.05º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52558F is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 85 | 143 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.44 |
| HSL | 237.05º | 0.27% | 0.44% | - |
| HSV(B) | 237.05º | 0.43% | 0.56% | - |
| XYZ | 11.69 | 10.27 | 27.35 | - |
| YUV | 90.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 143 | 0.43 | 0.41 | 0 | 0.44 | 237.05 | 0.27 | 0.44 |
| Hex | 52 | 55 | 8F | 2B | 29 | 0 | 2C | ED | 1B | 2C |
| Octal | 122 | 125 | 217 | 53 | 51 | 0 | 54 | 355 | 33 | 54 |
| Binary | 1010010 | 1010101 | 10001111 | 101011 | 101001 | 0 | 101100 | 11101101 | 11011 | 101100 |
Color Harmonies of #52558F
Complementary color
Monochromatic Colors of #52558F
Black with #52558F
Text Example
Text Example
White with #52558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52558F; }
p { color: rgb(82,85,143); }
H1.HeaderClassName
{
color: #52558F;
}
.AnyTagClassName
{
color: #52558F;
}
</style>
background-color css
<style>
a { background-color: #52558F; }
a { background-color: rgb(82,85,143); }
div.DivClassName
{
background-color: #52558F;
}
.BgClassName
{
background-color: #52558F;
}
</style>
border-color css
<style>
span { border-color: #52558F; }
span { border-color: rgb(82,85,143); }
td.TdClassName
{
border-color: #52558F;
}
.TagClassName
{
border-color: #52558F;
}
</style>