Shades of Governor Bay #5158A1
Tints of Governor Bay #5158A1
RGB
CMYK
RGB Variations
Color information
#5158A1 (or 0x5158A1) is known color: Governor Bay. HEX triplet: 51, 58 and A1. RGB value is (81,88,161). Sum of RGB (Red+Green+Blue) = 81+88+161=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 161 (63.28% from 255 or 48.79% from 330); Max value from RGB is 161 - color contains mainly: blue. Hex color #5158A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5158A1 is #AEA75E. Grayscale: #5D5D5D. Windows color (decimal): -11446111 or 10573905. OLE color: 10573905.
HSL color Cylindrical-coordinate representation of color #5158A1: hue angle of 234.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5158A1 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 88 | 161 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.37 |
| HSL | 234.75º | 0.33% | 0.47% | - |
| HSV(B) | 234.75º | 0.5% | 0.63% | - |
| XYZ | 13.32 | 11.3 | 35.2 | - |
| YUV | 94.23 | 165.68 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 161 | 0.50 | 0.45 | 0 | 0.37 | 234.75 | 0.33 | 0.47 |
| Hex | 51 | 58 | A1 | 32 | 2D | 0 | 25 | EB | 21 | 2F |
| Octal | 121 | 130 | 241 | 62 | 55 | 0 | 45 | 353 | 41 | 57 |
| Binary | 1010001 | 1011000 | 10100001 | 110010 | 101101 | 0 | 100101 | 11101011 | 100001 | 101111 |
Color Harmonies of #5158A1
Complementary color
Monochromatic Colors of #5158A1
Black with #5158A1
Text Example
Text Example
White with #5158A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5158A1; }
p { color: rgb(81,88,161); }
H1.HeaderClassName
{
color: #5158A1;
}
.AnyTagClassName
{
color: #5158A1;
}
</style>
background-color css
<style>
a { background-color: #5158A1; }
a { background-color: rgb(81,88,161); }
div.DivClassName
{
background-color: #5158A1;
}
.BgClassName
{
background-color: #5158A1;
}
</style>
border-color css
<style>
span { border-color: #5158A1; }
span { border-color: rgb(81,88,161); }
td.TdClassName
{
border-color: #5158A1;
}
.TagClassName
{
border-color: #5158A1;
}
</style>