Shades of Governor Bay #515A99
Tints of Governor Bay #515A99
RGB
CMYK
RGB Variations
Color information
#515A99 (or 0x515A99) is known color: Governor Bay. HEX triplet: 51, 5A and 99. RGB value is (81,90,153). Sum of RGB (Red+Green+Blue) = 81+90+153=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #515A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515A99 is #AEA566. Grayscale: #5E5E5E. Windows color (decimal): -11445607 or 10050129. OLE color: 10050129.
HSL color Cylindrical-coordinate representation of color #515A99: hue angle of 232.5º 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 #515A99 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 90 | 153 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.4 |
| HSL | 232.5º | 0.31% | 0.46% | - |
| HSV(B) | 232.5º | 0.47% | 0.6% | - |
| XYZ | 12.8 | 11.36 | 31.66 | - |
| YUV | 94.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 153 | 0.47 | 0.41 | 0 | 0.4 | 232.5 | 0.31 | 0.46 |
| Hex | 51 | 5A | 99 | 2F | 29 | 0 | 28 | E8 | 1F | 2E |
| Octal | 121 | 132 | 231 | 57 | 51 | 0 | 50 | 350 | 37 | 56 |
| Binary | 1010001 | 1011010 | 10011001 | 101111 | 101001 | 0 | 101000 | 11101000 | 11111 | 101110 |
Color Harmonies of #515A99
Complementary color
Monochromatic Colors of #515A99
Black with #515A99
Text Example
Text Example
White with #515A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A99; }
p { color: rgb(81,90,153); }
H1.HeaderClassName
{
color: #515A99;
}
.AnyTagClassName
{
color: #515A99;
}
</style>
background-color css
<style>
a { background-color: #515A99; }
a { background-color: rgb(81,90,153); }
div.DivClassName
{
background-color: #515A99;
}
.BgClassName
{
background-color: #515A99;
}
</style>
border-color css
<style>
span { border-color: #515A99; }
span { border-color: rgb(81,90,153); }
td.TdClassName
{
border-color: #515A99;
}
.TagClassName
{
border-color: #515A99;
}
</style>