Shades of Governor Bay #52538D
Tints of Governor Bay #52538D
RGB
CMYK
RGB Variations
Color information
#52538D (or 0x52538D) is known color: Governor Bay. HEX triplet: 52, 53 and 8D. RGB value is (82,83,141). Sum of RGB (Red+Green+Blue) = 82+83+141=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #52538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52538D is #ADAC72. Grayscale: #595959. Windows color (decimal): -11381875 or 9261906. OLE color: 9261906.
HSL color Cylindrical-coordinate representation of color #52538D: hue angle of 238.98º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52538D is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 83 | 141 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.45 |
| HSL | 238.98º | 0.26% | 0.44% | - |
| HSV(B) | 238.98º | 0.42% | 0.55% | - |
| XYZ | 11.38 | 9.9 | 26.51 | - |
| YUV | 89.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 141 | 0.42 | 0.41 | 0 | 0.45 | 238.98 | 0.26 | 0.44 |
| Hex | 52 | 53 | 8D | 2A | 29 | 0 | 2D | EF | 1A | 2C |
| Octal | 122 | 123 | 215 | 52 | 51 | 0 | 55 | 357 | 32 | 54 |
| Binary | 1010010 | 1010011 | 10001101 | 101010 | 101001 | 0 | 101101 | 11101111 | 11010 | 101100 |
Color Harmonies of #52538D
Complementary color
Monochromatic Colors of #52538D
Black with #52538D
Text Example
Text Example
White with #52538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52538D; }
p { color: rgb(82,83,141); }
H1.HeaderClassName
{
color: #52538D;
}
.AnyTagClassName
{
color: #52538D;
}
</style>
background-color css
<style>
a { background-color: #52538D; }
a { background-color: rgb(82,83,141); }
div.DivClassName
{
background-color: #52538D;
}
.BgClassName
{
background-color: #52538D;
}
</style>
border-color css
<style>
span { border-color: #52538D; }
span { border-color: rgb(82,83,141); }
td.TdClassName
{
border-color: #52538D;
}
.TagClassName
{
border-color: #52538D;
}
</style>