Shades of Governor Bay #51568C
Tints of Governor Bay #51568C
RGB
CMYK
RGB Variations
Color information
#51568C (or 0x51568C) is known color: Governor Bay. HEX triplet: 51, 56 and 8C. RGB value is (81,86,140). Sum of RGB (Red+Green+Blue) = 81+86+140=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #51568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51568C is #AEA973. Grayscale: #5A5A5A. Windows color (decimal): -11446644 or 9197137. OLE color: 9197137.
HSL color Cylindrical-coordinate representation of color #51568C: hue angle of 234.92º degrees, saturation: 0.27, 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 #51568C is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 86 | 140 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.45 |
| HSL | 234.92º | 0.27% | 0.43% | - |
| HSV(B) | 234.92º | 0.42% | 0.55% | - |
| XYZ | 11.45 | 10.3 | 26.2 | - |
| YUV | 90.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 140 | 0.42 | 0.39 | 0 | 0.45 | 234.92 | 0.27 | 0.43 |
| Hex | 51 | 56 | 8C | 2A | 27 | 0 | 2D | EB | 1B | 2B |
| Octal | 121 | 126 | 214 | 52 | 47 | 0 | 55 | 353 | 33 | 53 |
| Binary | 1010001 | 1010110 | 10001100 | 101010 | 100111 | 0 | 101101 | 11101011 | 11011 | 101011 |
Color Harmonies of #51568C
Complementary color
Monochromatic Colors of #51568C
Black with #51568C
Text Example
Text Example
White with #51568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51568C; }
p { color: rgb(81,86,140); }
H1.HeaderClassName
{
color: #51568C;
}
.AnyTagClassName
{
color: #51568C;
}
</style>
background-color css
<style>
a { background-color: #51568C; }
a { background-color: rgb(81,86,140); }
div.DivClassName
{
background-color: #51568C;
}
.BgClassName
{
background-color: #51568C;
}
</style>
border-color css
<style>
span { border-color: #51568C; }
span { border-color: rgb(81,86,140); }
td.TdClassName
{
border-color: #51568C;
}
.TagClassName
{
border-color: #51568C;
}
</style>