Shades of Governor Bay #51558F
Tints of Governor Bay #51558F
RGB
CMYK
RGB Variations
Color information
#51558F (or 0x51558F) is known color: Governor Bay. HEX triplet: 51, 55 and 8F. RGB value is (81,85,143). Sum of RGB (Red+Green+Blue) = 81+85+143=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #51558F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51558F is #AEAA70. Grayscale: #5A5A5A. Windows color (decimal): -11446897 or 9393489. OLE color: 9393489.
HSL color Cylindrical-coordinate representation of color #51558F: hue angle of 236.13º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51558F is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 85 | 143 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.44 |
| HSL | 236.13º | 0.28% | 0.44% | - |
| HSV(B) | 236.13º | 0.43% | 0.56% | - |
| XYZ | 11.6 | 10.23 | 27.35 | - |
| YUV | 90.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 143 | 0.43 | 0.41 | 0 | 0.44 | 236.13 | 0.28 | 0.44 |
| Hex | 51 | 55 | 8F | 2B | 29 | 0 | 2C | EC | 1C | 2C |
| Octal | 121 | 125 | 217 | 53 | 51 | 0 | 54 | 354 | 34 | 54 |
| Binary | 1010001 | 1010101 | 10001111 | 101011 | 101001 | 0 | 101100 | 11101100 | 11100 | 101100 |
Color Harmonies of #51558F
Complementary color
Monochromatic Colors of #51558F
Black with #51558F
Text Example
Text Example
White with #51558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51558F; }
p { color: rgb(81,85,143); }
H1.HeaderClassName
{
color: #51558F;
}
.AnyTagClassName
{
color: #51558F;
}
</style>
background-color css
<style>
a { background-color: #51558F; }
a { background-color: rgb(81,85,143); }
div.DivClassName
{
background-color: #51558F;
}
.BgClassName
{
background-color: #51558F;
}
</style>
border-color css
<style>
span { border-color: #51558F; }
span { border-color: rgb(81,85,143); }
td.TdClassName
{
border-color: #51558F;
}
.TagClassName
{
border-color: #51558F;
}
</style>