Shades of Governor Bay #515F99
Tints of Governor Bay #515F99
RGB
CMYK
RGB Variations
Color information
#515F99 (or 0x515F99) is known color: Governor Bay. HEX triplet: 51, 5F and 99. RGB value is (81,95,153). Sum of RGB (Red+Green+Blue) = 81+95+153=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #515F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F99 is #AEA066. Grayscale: #616161. Windows color (decimal): -11444327 or 10051409. OLE color: 10051409.
HSL color Cylindrical-coordinate representation of color #515F99: hue angle of 228.33º 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 #515F99 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 95 | 153 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.4 |
| HSL | 228.33º | 0.31% | 0.46% | - |
| HSV(B) | 228.33º | 0.47% | 0.6% | - |
| XYZ | 13.24 | 12.23 | 31.8 | - |
| YUV | 97.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 153 | 0.47 | 0.38 | 0 | 0.4 | 228.33 | 0.31 | 0.46 |
| Hex | 51 | 5F | 99 | 2F | 26 | 0 | 28 | E4 | 1F | 2E |
| Octal | 121 | 137 | 231 | 57 | 46 | 0 | 50 | 344 | 37 | 56 |
| Binary | 1010001 | 1011111 | 10011001 | 101111 | 100110 | 0 | 101000 | 11100100 | 11111 | 101110 |
Color Harmonies of #515F99
Complementary color
Monochromatic Colors of #515F99
Black with #515F99
Text Example
Text Example
White with #515F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F99; }
p { color: rgb(81,95,153); }
H1.HeaderClassName
{
color: #515F99;
}
.AnyTagClassName
{
color: #515F99;
}
</style>
background-color css
<style>
a { background-color: #515F99; }
a { background-color: rgb(81,95,153); }
div.DivClassName
{
background-color: #515F99;
}
.BgClassName
{
background-color: #515F99;
}
</style>
border-color css
<style>
span { border-color: #515F99; }
span { border-color: rgb(81,95,153); }
td.TdClassName
{
border-color: #515F99;
}
.TagClassName
{
border-color: #515F99;
}
</style>