Shades of Governor Bay #52538E
Tints of Governor Bay #52538E
RGB
CMYK
RGB Variations
Color information
#52538E (or 0x52538E) is known color: Governor Bay. HEX triplet: 52, 53 and 8E. RGB value is (82,83,142). Sum of RGB (Red+Green+Blue) = 82+83+142=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #52538E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52538E is #ADAC71. Grayscale: #595959. Windows color (decimal): -11381874 or 9327442. OLE color: 9327442.
HSL color Cylindrical-coordinate representation of color #52538E: hue angle of 239º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52538E is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 83 | 142 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.44 |
| HSL | 239º | 0.27% | 0.44% | - |
| HSV(B) | 239º | 0.42% | 0.56% | - |
| XYZ | 11.46 | 9.93 | 26.9 | - |
| YUV | 89.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 142 | 0.42 | 0.42 | 0 | 0.44 | 239 | 0.27 | 0.44 |
| Hex | 52 | 53 | 8E | 2A | 2A | 0 | 2C | EF | 1B | 2C |
| Octal | 122 | 123 | 216 | 52 | 52 | 0 | 54 | 357 | 33 | 54 |
| Binary | 1010010 | 1010011 | 10001110 | 101010 | 101010 | 0 | 101100 | 11101111 | 11011 | 101100 |
Color Harmonies of #52538E
Complementary color
Monochromatic Colors of #52538E
Black with #52538E
Text Example
Text Example
White with #52538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52538E; }
p { color: rgb(82,83,142); }
H1.HeaderClassName
{
color: #52538E;
}
.AnyTagClassName
{
color: #52538E;
}
</style>
background-color css
<style>
a { background-color: #52538E; }
a { background-color: rgb(82,83,142); }
div.DivClassName
{
background-color: #52538E;
}
.BgClassName
{
background-color: #52538E;
}
</style>
border-color css
<style>
span { border-color: #52538E; }
span { border-color: rgb(82,83,142); }
td.TdClassName
{
border-color: #52538E;
}
.TagClassName
{
border-color: #52538E;
}
</style>