Shades of Governor Bay #53528E
Tints of Governor Bay #53528E
RGB
CMYK
RGB Variations
Color information
#53528E (or 0x53528E) is known color: Governor Bay. HEX triplet: 53, 52 and 8E. RGB value is (83,82,142). Sum of RGB (Red+Green+Blue) = 83+82+142=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 82 (32.42% from 255 or 26.71% 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 #53528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53528E is #ACAD71. Grayscale: #585858. Windows color (decimal): -11316594 or 9327187. OLE color: 9327187.
HSL color Cylindrical-coordinate representation of color #53528E: hue angle of 241º 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 #53528E is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 82 | 142 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.44 |
| HSL | 241º | 0.27% | 0.44% | - |
| HSV(B) | 241º | 0.42% | 0.56% | - |
| XYZ | 11.47 | 9.83 | 26.88 | - |
| YUV | 89.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 142 | 0.42 | 0.42 | 0 | 0.44 | 241 | 0.27 | 0.44 |
| Hex | 53 | 52 | 8E | 2A | 2A | 0 | 2C | F1 | 1B | 2C |
| Octal | 123 | 122 | 216 | 52 | 52 | 0 | 54 | 361 | 33 | 54 |
| Binary | 1010011 | 1010010 | 10001110 | 101010 | 101010 | 0 | 101100 | 11110001 | 11011 | 101100 |
Color Harmonies of #53528E
Complementary color
Monochromatic Colors of #53528E
Black with #53528E
Text Example
Text Example
White with #53528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53528E; }
p { color: rgb(83,82,142); }
H1.HeaderClassName
{
color: #53528E;
}
.AnyTagClassName
{
color: #53528E;
}
</style>
background-color css
<style>
a { background-color: #53528E; }
a { background-color: rgb(83,82,142); }
div.DivClassName
{
background-color: #53528E;
}
.BgClassName
{
background-color: #53528E;
}
</style>
border-color css
<style>
span { border-color: #53528E; }
span { border-color: rgb(83,82,142); }
td.TdClassName
{
border-color: #53528E;
}
.TagClassName
{
border-color: #53528E;
}
</style>