Shades of Governor Bay #51518D
Tints of Governor Bay #51518D
RGB
CMYK
RGB Variations
Color information
#51518D (or 0x51518D) is known color: Governor Bay. HEX triplet: 51, 51 and 8D. RGB value is (81,81,141). Sum of RGB (Red+Green+Blue) = 81+81+141=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #51518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51518D is #AEAE72. Grayscale: #575757. Windows color (decimal): -11447923 or 9261393. OLE color: 9261393.
HSL color Cylindrical-coordinate representation of color #51518D: hue angle of 240º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51518D is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 81 | 141 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.45 |
| HSL | 240º | 0.27% | 0.44% | - |
| HSV(B) | 240º | 0.43% | 0.55% | - |
| XYZ | 11.14 | 9.56 | 26.46 | - |
| YUV | 87.84 | 158 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 141 | 0.43 | 0.43 | 0 | 0.45 | 240 | 0.27 | 0.44 |
| Hex | 51 | 51 | 8D | 2B | 2B | 0 | 2D | F0 | 1B | 2C |
| Octal | 121 | 121 | 215 | 53 | 53 | 0 | 55 | 360 | 33 | 54 |
| Binary | 1010001 | 1010001 | 10001101 | 101011 | 101011 | 0 | 101101 | 11110000 | 11011 | 101100 |
Color Harmonies of #51518D
Complementary color
Monochromatic Colors of #51518D
Black with #51518D
Text Example
Text Example
White with #51518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51518D; }
p { color: rgb(81,81,141); }
H1.HeaderClassName
{
color: #51518D;
}
.AnyTagClassName
{
color: #51518D;
}
</style>
background-color css
<style>
a { background-color: #51518D; }
a { background-color: rgb(81,81,141); }
div.DivClassName
{
background-color: #51518D;
}
.BgClassName
{
background-color: #51518D;
}
</style>
border-color css
<style>
span { border-color: #51518D; }
span { border-color: rgb(81,81,141); }
td.TdClassName
{
border-color: #51518D;
}
.TagClassName
{
border-color: #51518D;
}
</style>