Shades of Governor Bay #51549D
Tints of Governor Bay #51549D
RGB
CMYK
RGB Variations
Color information
#51549D (or 0x51549D) is known color: Governor Bay. HEX triplet: 51, 54 and 9D. RGB value is (81,84,157). Sum of RGB (Red+Green+Blue) = 81+84+157=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #51549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51549D is #AEAB62. Grayscale: #5B5B5B. Windows color (decimal): -11447139 or 10310737. OLE color: 10310737.
HSL color Cylindrical-coordinate representation of color #51549D: hue angle of 237.63º 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 #51549D is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 84 | 157 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.38 |
| HSL | 237.63º | 0.32% | 0.47% | - |
| HSV(B) | 237.63º | 0.48% | 0.62% | - |
| XYZ | 12.65 | 10.52 | 33.26 | - |
| YUV | 91.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 157 | 0.48 | 0.46 | 0 | 0.38 | 237.63 | 0.32 | 0.47 |
| Hex | 51 | 54 | 9D | 30 | 2E | 0 | 26 | EE | 20 | 2F |
| Octal | 121 | 124 | 235 | 60 | 56 | 0 | 46 | 356 | 40 | 57 |
| Binary | 1010001 | 1010100 | 10011101 | 110000 | 101110 | 0 | 100110 | 11101110 | 100000 | 101111 |
Color Harmonies of #51549D
Complementary color
Monochromatic Colors of #51549D
Black with #51549D
Text Example
Text Example
White with #51549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51549D; }
p { color: rgb(81,84,157); }
H1.HeaderClassName
{
color: #51549D;
}
.AnyTagClassName
{
color: #51549D;
}
</style>
background-color css
<style>
a { background-color: #51549D; }
a { background-color: rgb(81,84,157); }
div.DivClassName
{
background-color: #51549D;
}
.BgClassName
{
background-color: #51549D;
}
</style>
border-color css
<style>
span { border-color: #51549D; }
span { border-color: rgb(81,84,157); }
td.TdClassName
{
border-color: #51549D;
}
.TagClassName
{
border-color: #51549D;
}
</style>