Shades of Governor Bay #51599D
Tints of Governor Bay #51599D
RGB
CMYK
RGB Variations
Color information
#51599D (or 0x51599D) is known color: Governor Bay. HEX triplet: 51, 59 and 9D. RGB value is (81,89,157). Sum of RGB (Red+Green+Blue) = 81+89+157=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #51599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51599D is #AEA662. Grayscale: #5E5E5E. Windows color (decimal): -11445859 or 10312017. OLE color: 10312017.
HSL color Cylindrical-coordinate representation of color #51599D: hue angle of 233.68º 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 #51599D is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 89 | 157 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.38 |
| HSL | 233.68º | 0.32% | 0.47% | - |
| HSV(B) | 233.68º | 0.48% | 0.62% | - |
| XYZ | 13.05 | 11.33 | 33.4 | - |
| YUV | 94.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 157 | 0.48 | 0.43 | 0 | 0.38 | 233.68 | 0.32 | 0.47 |
| Hex | 51 | 59 | 9D | 30 | 2B | 0 | 26 | EA | 20 | 2F |
| Octal | 121 | 131 | 235 | 60 | 53 | 0 | 46 | 352 | 40 | 57 |
| Binary | 1010001 | 1011001 | 10011101 | 110000 | 101011 | 0 | 100110 | 11101010 | 100000 | 101111 |
Color Harmonies of #51599D
Complementary color
Monochromatic Colors of #51599D
Black with #51599D
Text Example
Text Example
White with #51599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51599D; }
p { color: rgb(81,89,157); }
H1.HeaderClassName
{
color: #51599D;
}
.AnyTagClassName
{
color: #51599D;
}
</style>
background-color css
<style>
a { background-color: #51599D; }
a { background-color: rgb(81,89,157); }
div.DivClassName
{
background-color: #51599D;
}
.BgClassName
{
background-color: #51599D;
}
</style>
border-color css
<style>
span { border-color: #51599D; }
span { border-color: rgb(81,89,157); }
td.TdClassName
{
border-color: #51599D;
}
.TagClassName
{
border-color: #51599D;
}
</style>