Shades of Governor Bay #56558F
Tints of Governor Bay #56558F
RGB
CMYK
RGB Variations
Color information
#56558F (or 0x56558F) is known color: Governor Bay. HEX triplet: 56, 55 and 8F. RGB value is (86,85,143). Sum of RGB (Red+Green+Blue) = 86+85+143=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #56558F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56558F is #A9AA70. Grayscale: #5B5B5B. Windows color (decimal): -11119217 or 9393494. OLE color: 9393494.
HSL color Cylindrical-coordinate representation of color #56558F: hue angle of 241.03º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56558F is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 85 | 143 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.44 |
| HSL | 241.03º | 0.25% | 0.45% | - |
| HSV(B) | 241.03º | 0.41% | 0.56% | - |
| XYZ | 12.04 | 10.46 | 27.37 | - |
| YUV | 91.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 143 | 0.40 | 0.41 | 0 | 0.44 | 241.03 | 0.25 | 0.45 |
| Hex | 56 | 55 | 8F | 28 | 29 | 0 | 2C | F1 | 19 | 2D |
| Octal | 126 | 125 | 217 | 50 | 51 | 0 | 54 | 361 | 31 | 55 |
| Binary | 1010110 | 1010101 | 10001111 | 101000 | 101001 | 0 | 101100 | 11110001 | 11001 | 101101 |
Color Harmonies of #56558F
Complementary color
Monochromatic Colors of #56558F
Black with #56558F
Text Example
Text Example
White with #56558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56558F; }
p { color: rgb(86,85,143); }
H1.HeaderClassName
{
color: #56558F;
}
.AnyTagClassName
{
color: #56558F;
}
</style>
background-color css
<style>
a { background-color: #56558F; }
a { background-color: rgb(86,85,143); }
div.DivClassName
{
background-color: #56558F;
}
.BgClassName
{
background-color: #56558F;
}
</style>
border-color css
<style>
span { border-color: #56558F; }
span { border-color: rgb(86,85,143); }
td.TdClassName
{
border-color: #56558F;
}
.TagClassName
{
border-color: #56558F;
}
</style>