Shades of Governor Bay #515C8D
Tints of Governor Bay #515C8D
RGB
CMYK
RGB Variations
Color information
#515C8D (or 0x515C8D) is known color: Governor Bay. HEX triplet: 51, 5C and 8D. RGB value is (81,92,141). Sum of RGB (Red+Green+Blue) = 81+92+141=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #515C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C8D is #AEA372. Grayscale: #5E5E5E. Windows color (decimal): -11445107 or 9264209. OLE color: 9264209.
HSL color Cylindrical-coordinate representation of color #515C8D: hue angle of 229º 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 #515C8D is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 92 | 141 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.45 |
| HSL | 229º | 0.27% | 0.44% | - |
| HSV(B) | 229º | 0.43% | 0.55% | - |
| XYZ | 12.03 | 11.33 | 26.75 | - |
| YUV | 94.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 141 | 0.43 | 0.35 | 0 | 0.45 | 229 | 0.27 | 0.44 |
| Hex | 51 | 5C | 8D | 2B | 23 | 0 | 2D | E5 | 1B | 2C |
| Octal | 121 | 134 | 215 | 53 | 43 | 0 | 55 | 345 | 33 | 54 |
| Binary | 1010001 | 1011100 | 10001101 | 101011 | 100011 | 0 | 101101 | 11100101 | 11011 | 101100 |
Color Harmonies of #515C8D
Complementary color
Monochromatic Colors of #515C8D
Black with #515C8D
Text Example
Text Example
White with #515C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C8D; }
p { color: rgb(81,92,141); }
H1.HeaderClassName
{
color: #515C8D;
}
.AnyTagClassName
{
color: #515C8D;
}
</style>
background-color css
<style>
a { background-color: #515C8D; }
a { background-color: rgb(81,92,141); }
div.DivClassName
{
background-color: #515C8D;
}
.BgClassName
{
background-color: #515C8D;
}
</style>
border-color css
<style>
span { border-color: #515C8D; }
span { border-color: rgb(81,92,141); }
td.TdClassName
{
border-color: #515C8D;
}
.TagClassName
{
border-color: #515C8D;
}
</style>