Shades of Governor Bay #515B99
Tints of Governor Bay #515B99
RGB
CMYK
RGB Variations
Color information
#515B99 (or 0x515B99) is known color: Governor Bay. HEX triplet: 51, 5B and 99. RGB value is (81,91,153). Sum of RGB (Red+Green+Blue) = 81+91+153=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #515B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515B99 is #AEA466. Grayscale: #5E5E5E. Windows color (decimal): -11445351 or 10050385. OLE color: 10050385.
HSL color Cylindrical-coordinate representation of color #515B99: hue angle of 231.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #515B99 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 91 | 153 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.4 |
| HSL | 231.67º | 0.31% | 0.46% | - |
| HSV(B) | 231.67º | 0.47% | 0.6% | - |
| XYZ | 12.88 | 11.53 | 31.68 | - |
| YUV | 95.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 153 | 0.47 | 0.41 | 0 | 0.4 | 231.67 | 0.31 | 0.46 |
| Hex | 51 | 5B | 99 | 2F | 29 | 0 | 28 | E8 | 1F | 2E |
| Octal | 121 | 133 | 231 | 57 | 51 | 0 | 50 | 350 | 37 | 56 |
| Binary | 1010001 | 1011011 | 10011001 | 101111 | 101001 | 0 | 101000 | 11101000 | 11111 | 101110 |
Color Harmonies of #515B99
Complementary color
Monochromatic Colors of #515B99
Black with #515B99
Text Example
Text Example
White with #515B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B99; }
p { color: rgb(81,91,153); }
H1.HeaderClassName
{
color: #515B99;
}
.AnyTagClassName
{
color: #515B99;
}
</style>
background-color css
<style>
a { background-color: #515B99; }
a { background-color: rgb(81,91,153); }
div.DivClassName
{
background-color: #515B99;
}
.BgClassName
{
background-color: #515B99;
}
</style>
border-color css
<style>
span { border-color: #515B99; }
span { border-color: rgb(81,91,153); }
td.TdClassName
{
border-color: #515B99;
}
.TagClassName
{
border-color: #515B99;
}
</style>