Shades of Governor Bay #53509E
Tints of Governor Bay #53509E
RGB
CMYK
RGB Variations
Color information
#53509E (or 0x53509E) is known color: Governor Bay. HEX triplet: 53, 50 and 9E. RGB value is (83,80,158). Sum of RGB (Red+Green+Blue) = 83+80+158=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #53509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53509E is #ACAF61. Grayscale: #595959. Windows color (decimal): -11317090 or 10375251. OLE color: 10375251.
HSL color Cylindrical-coordinate representation of color #53509E: hue angle of 242.31º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53509E is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 80 | 158 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.38 |
| HSL | 242.31º | 0.33% | 0.47% | - |
| HSV(B) | 242.31º | 0.49% | 0.62% | - |
| XYZ | 12.61 | 10.04 | 33.62 | - |
| YUV | 89.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 158 | 0.47 | 0.49 | 0 | 0.38 | 242.31 | 0.33 | 0.47 |
| Hex | 53 | 50 | 9E | 2F | 31 | 0 | 26 | F2 | 21 | 2F |
| Octal | 123 | 120 | 236 | 57 | 61 | 0 | 46 | 362 | 41 | 57 |
| Binary | 1010011 | 1010000 | 10011110 | 101111 | 110001 | 0 | 100110 | 11110010 | 100001 | 101111 |
Color Harmonies of #53509E
Complementary color
Monochromatic Colors of #53509E
Black with #53509E
Text Example
Text Example
White with #53509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53509E; }
p { color: rgb(83,80,158); }
H1.HeaderClassName
{
color: #53509E;
}
.AnyTagClassName
{
color: #53509E;
}
</style>
background-color css
<style>
a { background-color: #53509E; }
a { background-color: rgb(83,80,158); }
div.DivClassName
{
background-color: #53509E;
}
.BgClassName
{
background-color: #53509E;
}
</style>
border-color css
<style>
span { border-color: #53509E; }
span { border-color: rgb(83,80,158); }
td.TdClassName
{
border-color: #53509E;
}
.TagClassName
{
border-color: #53509E;
}
</style>