Shades of Governor Bay #57509E
Tints of Governor Bay #57509E
RGB
CMYK
RGB Variations
Color information
#57509E (or 0x57509E) is known color: Governor Bay. HEX triplet: 57, 50 and 9E. RGB value is (87,80,158). Sum of RGB (Red+Green+Blue) = 87+80+158=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #57509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57509E is #A8AF61. Grayscale: #5A5A5A. Windows color (decimal): -11054946 or 10375255. OLE color: 10375255.
HSL color Cylindrical-coordinate representation of color #57509E: hue angle of 245.38º 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 #57509E is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 80 | 158 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.38 |
| HSL | 245.38º | 0.33% | 0.47% | - |
| HSV(B) | 245.38º | 0.49% | 0.62% | - |
| XYZ | 12.97 | 10.23 | 33.64 | - |
| YUV | 90.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 158 | 0.45 | 0.49 | 0 | 0.38 | 245.38 | 0.33 | 0.47 |
| Hex | 57 | 50 | 9E | 2D | 31 | 0 | 26 | F5 | 21 | 2F |
| Octal | 127 | 120 | 236 | 55 | 61 | 0 | 46 | 365 | 41 | 57 |
| Binary | 1010111 | 1010000 | 10011110 | 101101 | 110001 | 0 | 100110 | 11110101 | 100001 | 101111 |
Color Harmonies of #57509E
Complementary color
Monochromatic Colors of #57509E
Black with #57509E
Text Example
Text Example
White with #57509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57509E; }
p { color: rgb(87,80,158); }
H1.HeaderClassName
{
color: #57509E;
}
.AnyTagClassName
{
color: #57509E;
}
</style>
background-color css
<style>
a { background-color: #57509E; }
a { background-color: rgb(87,80,158); }
div.DivClassName
{
background-color: #57509E;
}
.BgClassName
{
background-color: #57509E;
}
</style>
border-color css
<style>
span { border-color: #57509E; }
span { border-color: rgb(87,80,158); }
td.TdClassName
{
border-color: #57509E;
}
.TagClassName
{
border-color: #57509E;
}
</style>