Shades of Governor Bay #56588F
Tints of Governor Bay #56588F
RGB
CMYK
RGB Variations
Color information
#56588F (or 0x56588F) is known color: Governor Bay. HEX triplet: 56, 58 and 8F. RGB value is (86,88,143). Sum of RGB (Red+Green+Blue) = 86+88+143=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #56588F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56588F is #A9A770. Grayscale: #5D5D5D. Windows color (decimal): -11118449 or 9394262. OLE color: 9394262.
HSL color Cylindrical-coordinate representation of color #56588F: hue angle of 237.89º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56588F is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 88 | 143 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.44 |
| HSL | 237.89º | 0.25% | 0.45% | - |
| HSV(B) | 237.89º | 0.4% | 0.56% | - |
| XYZ | 12.29 | 10.94 | 27.45 | - |
| YUV | 93.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 143 | 0.40 | 0.38 | 0 | 0.44 | 237.89 | 0.25 | 0.45 |
| Hex | 56 | 58 | 8F | 28 | 26 | 0 | 2C | EE | 19 | 2D |
| Octal | 126 | 130 | 217 | 50 | 46 | 0 | 54 | 356 | 31 | 55 |
| Binary | 1010110 | 1011000 | 10001111 | 101000 | 100110 | 0 | 101100 | 11101110 | 11001 | 101101 |
Color Harmonies of #56588F
Complementary color
Monochromatic Colors of #56588F
Black with #56588F
Text Example
Text Example
White with #56588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56588F; }
p { color: rgb(86,88,143); }
H1.HeaderClassName
{
color: #56588F;
}
.AnyTagClassName
{
color: #56588F;
}
</style>
background-color css
<style>
a { background-color: #56588F; }
a { background-color: rgb(86,88,143); }
div.DivClassName
{
background-color: #56588F;
}
.BgClassName
{
background-color: #56588F;
}
</style>
border-color css
<style>
span { border-color: #56588F; }
span { border-color: rgb(86,88,143); }
td.TdClassName
{
border-color: #56588F;
}
.TagClassName
{
border-color: #56588F;
}
</style>