Shades of Bismark #566E78
Tints of Bismark #566E78
RGB
CMYK
RGB Variations
Color information
#566E78 (or 0x566E78) is known color: Bismark. HEX triplet: 56, 6E and 78. RGB value is (86,110,120). Sum of RGB (Red+Green+Blue) = 86+110+120=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #566E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E78 is #A99187. Grayscale: #676767. Windows color (decimal): -11112840 or 7892566. OLE color: 7892566.
HSL color Cylindrical-coordinate representation of color #566E78: hue angle of 197.65º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #566E78 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 110 | 120 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.53 |
| HSL | 197.65º | 0.17% | 0.4% | - |
| HSV(B) | 197.65º | 0.28% | 0.47% | - |
| XYZ | 12.8 | 14.49 | 19.89 | - |
| YUV | 103.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 120 | 0.28 | 0.08 | 0 | 0.53 | 197.65 | 0.17 | 0.4 |
| Hex | 56 | 6E | 78 | 1C | 8 | 0 | 35 | C6 | 11 | 28 |
| Octal | 126 | 156 | 170 | 34 | 10 | 0 | 65 | 306 | 21 | 50 |
| Binary | 1010110 | 1101110 | 1111000 | 11100 | 1000 | 0 | 110101 | 11000110 | 10001 | 101000 |
Color Harmonies of #566E78
Complementary color
Monochromatic Colors of #566E78
Black with #566E78
Text Example
Text Example
White with #566E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E78; }
p { color: rgb(86,110,120); }
H1.HeaderClassName
{
color: #566E78;
}
.AnyTagClassName
{
color: #566E78;
}
</style>
background-color css
<style>
a { background-color: #566E78; }
a { background-color: rgb(86,110,120); }
div.DivClassName
{
background-color: #566E78;
}
.BgClassName
{
background-color: #566E78;
}
</style>
border-color css
<style>
span { border-color: #566E78; }
span { border-color: rgb(86,110,120); }
td.TdClassName
{
border-color: #566E78;
}
.TagClassName
{
border-color: #566E78;
}
</style>