Shades of Governor Bay #515C91
Tints of Governor Bay #515C91
RGB
CMYK
RGB Variations
Color information
#515C91 (or 0x515C91) is known color: Governor Bay. HEX triplet: 51, 5C and 91. RGB value is (81,92,145). Sum of RGB (Red+Green+Blue) = 81+92+145=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #515C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C91 is #AEA36E. Grayscale: #5E5E5E. Windows color (decimal): -11445103 or 9526353. OLE color: 9526353.
HSL color Cylindrical-coordinate representation of color #515C91: hue angle of 229.69º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #515C91 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 92 | 145 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.43 |
| HSL | 229.69º | 0.28% | 0.44% | - |
| HSV(B) | 229.69º | 0.44% | 0.57% | - |
| XYZ | 12.33 | 11.45 | 28.35 | - |
| YUV | 94.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 145 | 0.44 | 0.37 | 0 | 0.43 | 229.69 | 0.28 | 0.44 |
| Hex | 51 | 5C | 91 | 2C | 25 | 0 | 2B | E6 | 1C | 2C |
| Octal | 121 | 134 | 221 | 54 | 45 | 0 | 53 | 346 | 34 | 54 |
| Binary | 1010001 | 1011100 | 10010001 | 101100 | 100101 | 0 | 101011 | 11100110 | 11100 | 101100 |
Color Harmonies of #515C91
Complementary color
Monochromatic Colors of #515C91
Black with #515C91
Text Example
Text Example
White with #515C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C91; }
p { color: rgb(81,92,145); }
H1.HeaderClassName
{
color: #515C91;
}
.AnyTagClassName
{
color: #515C91;
}
</style>
background-color css
<style>
a { background-color: #515C91; }
a { background-color: rgb(81,92,145); }
div.DivClassName
{
background-color: #515C91;
}
.BgClassName
{
background-color: #515C91;
}
</style>
border-color css
<style>
span { border-color: #515C91; }
span { border-color: rgb(81,92,145); }
td.TdClassName
{
border-color: #515C91;
}
.TagClassName
{
border-color: #515C91;
}
</style>