Shades of Governor Bay #53528A
Tints of Governor Bay #53528A
RGB
CMYK
RGB Variations
Color information
#53528A (or 0x53528A) is known color: Governor Bay. HEX triplet: 53, 52 and 8A. RGB value is (83,82,138). Sum of RGB (Red+Green+Blue) = 83+82+138=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #53528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53528A is #ACAD75. Grayscale: #585858. Windows color (decimal): -11316598 or 9065043. OLE color: 9065043.
HSL color Cylindrical-coordinate representation of color #53528A: hue angle of 241.07º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53528A is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 82 | 138 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.46 |
| HSL | 241.07º | 0.25% | 0.43% | - |
| HSV(B) | 241.07º | 0.41% | 0.54% | - |
| XYZ | 11.17 | 9.71 | 25.33 | - |
| YUV | 88.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 138 | 0.40 | 0.41 | 0 | 0.46 | 241.07 | 0.25 | 0.43 |
| Hex | 53 | 52 | 8A | 28 | 29 | 0 | 2E | F1 | 19 | 2B |
| Octal | 123 | 122 | 212 | 50 | 51 | 0 | 56 | 361 | 31 | 53 |
| Binary | 1010011 | 1010010 | 10001010 | 101000 | 101001 | 0 | 101110 | 11110001 | 11001 | 101011 |
Color Harmonies of #53528A
Complementary color
Monochromatic Colors of #53528A
Black with #53528A
Text Example
Text Example
White with #53528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53528A; }
p { color: rgb(83,82,138); }
H1.HeaderClassName
{
color: #53528A;
}
.AnyTagClassName
{
color: #53528A;
}
</style>
background-color css
<style>
a { background-color: #53528A; }
a { background-color: rgb(83,82,138); }
div.DivClassName
{
background-color: #53528A;
}
.BgClassName
{
background-color: #53528A;
}
</style>
border-color css
<style>
span { border-color: #53528A; }
span { border-color: rgb(83,82,138); }
td.TdClassName
{
border-color: #53528A;
}
.TagClassName
{
border-color: #53528A;
}
</style>