Shades of Governor Bay #51589D
Tints of Governor Bay #51589D
RGB
CMYK
RGB Variations
Color information
#51589D (or 0x51589D) is known color: Governor Bay. HEX triplet: 51, 58 and 9D. RGB value is (81,88,157). Sum of RGB (Red+Green+Blue) = 81+88+157=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #51589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51589D is #AEA762. Grayscale: #5D5D5D. Windows color (decimal): -11446115 or 10311761. OLE color: 10311761.
HSL color Cylindrical-coordinate representation of color #51589D: hue angle of 234.47º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51589D is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 88 | 157 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.38 |
| HSL | 234.47º | 0.32% | 0.47% | - |
| HSV(B) | 234.47º | 0.48% | 0.62% | - |
| XYZ | 12.97 | 11.16 | 33.37 | - |
| YUV | 93.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 157 | 0.48 | 0.44 | 0 | 0.38 | 234.47 | 0.32 | 0.47 |
| Hex | 51 | 58 | 9D | 30 | 2C | 0 | 26 | EA | 20 | 2F |
| Octal | 121 | 130 | 235 | 60 | 54 | 0 | 46 | 352 | 40 | 57 |
| Binary | 1010001 | 1011000 | 10011101 | 110000 | 101100 | 0 | 100110 | 11101010 | 100000 | 101111 |
Color Harmonies of #51589D
Complementary color
Monochromatic Colors of #51589D
Black with #51589D
Text Example
Text Example
White with #51589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51589D; }
p { color: rgb(81,88,157); }
H1.HeaderClassName
{
color: #51589D;
}
.AnyTagClassName
{
color: #51589D;
}
</style>
background-color css
<style>
a { background-color: #51589D; }
a { background-color: rgb(81,88,157); }
div.DivClassName
{
background-color: #51589D;
}
.BgClassName
{
background-color: #51589D;
}
</style>
border-color css
<style>
span { border-color: #51589D; }
span { border-color: rgb(81,88,157); }
td.TdClassName
{
border-color: #51589D;
}
.TagClassName
{
border-color: #51589D;
}
</style>