Shades of Governor Bay #53528D
Tints of Governor Bay #53528D
RGB
CMYK
RGB Variations
Color information
#53528D (or 0x53528D) is known color: Governor Bay. HEX triplet: 53, 52 and 8D. RGB value is (83,82,141). Sum of RGB (Red+Green+Blue) = 83+82+141=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 82 (32.42% from 255 or 26.80% 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 #53528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53528D is #ACAD72. Grayscale: #585858. Windows color (decimal): -11316595 or 9261651. OLE color: 9261651.
HSL color Cylindrical-coordinate representation of color #53528D: hue angle of 241.02º 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 #53528D is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 82 | 141 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.45 |
| HSL | 241.02º | 0.26% | 0.44% | - |
| HSV(B) | 241.02º | 0.42% | 0.55% | - |
| XYZ | 11.39 | 9.8 | 26.49 | - |
| YUV | 89.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 141 | 0.41 | 0.42 | 0 | 0.45 | 241.02 | 0.26 | 0.44 |
| Hex | 53 | 52 | 8D | 29 | 2A | 0 | 2D | F1 | 1A | 2C |
| Octal | 123 | 122 | 215 | 51 | 52 | 0 | 55 | 361 | 32 | 54 |
| Binary | 1010011 | 1010010 | 10001101 | 101001 | 101010 | 0 | 101101 | 11110001 | 11010 | 101100 |
Color Harmonies of #53528D
Complementary color
Monochromatic Colors of #53528D
Black with #53528D
Text Example
Text Example
White with #53528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53528D; }
p { color: rgb(83,82,141); }
H1.HeaderClassName
{
color: #53528D;
}
.AnyTagClassName
{
color: #53528D;
}
</style>
background-color css
<style>
a { background-color: #53528D; }
a { background-color: rgb(83,82,141); }
div.DivClassName
{
background-color: #53528D;
}
.BgClassName
{
background-color: #53528D;
}
</style>
border-color css
<style>
span { border-color: #53528D; }
span { border-color: rgb(83,82,141); }
td.TdClassName
{
border-color: #53528D;
}
.TagClassName
{
border-color: #53528D;
}
</style>