Shades of Governor Bay #51528B
Tints of Governor Bay #51528B
RGB
CMYK
RGB Variations
Color information
#51528B (or 0x51528B) is known color: Governor Bay. HEX triplet: 51, 52 and 8B. RGB value is (81,82,139). Sum of RGB (Red+Green+Blue) = 81+82+139=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #51528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51528B is #AEAD74. Grayscale: #575757. Windows color (decimal): -11447669 or 9130577. OLE color: 9130577.
HSL color Cylindrical-coordinate representation of color #51528B: hue angle of 238.97º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51528B is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 82 | 139 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.45 |
| HSL | 238.97º | 0.26% | 0.43% | - |
| HSV(B) | 238.97º | 0.42% | 0.55% | - |
| XYZ | 11.07 | 9.65 | 25.7 | - |
| YUV | 88.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 139 | 0.42 | 0.41 | 0 | 0.45 | 238.97 | 0.26 | 0.43 |
| Hex | 51 | 52 | 8B | 2A | 29 | 0 | 2D | EF | 1A | 2B |
| Octal | 121 | 122 | 213 | 52 | 51 | 0 | 55 | 357 | 32 | 53 |
| Binary | 1010001 | 1010010 | 10001011 | 101010 | 101001 | 0 | 101101 | 11101111 | 11010 | 101011 |
Color Harmonies of #51528B
Complementary color
Monochromatic Colors of #51528B
Black with #51528B
Text Example
Text Example
White with #51528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51528B; }
p { color: rgb(81,82,139); }
H1.HeaderClassName
{
color: #51528B;
}
.AnyTagClassName
{
color: #51528B;
}
</style>
background-color css
<style>
a { background-color: #51528B; }
a { background-color: rgb(81,82,139); }
div.DivClassName
{
background-color: #51528B;
}
.BgClassName
{
background-color: #51528B;
}
</style>
border-color css
<style>
span { border-color: #51528B; }
span { border-color: rgb(81,82,139); }
td.TdClassName
{
border-color: #51528B;
}
.TagClassName
{
border-color: #51528B;
}
</style>