Shades of Bismark #56707A
Tints of Bismark #56707A
RGB
CMYK
RGB Variations
Color information
#56707A (or 0x56707A) is known color: Bismark. HEX triplet: 56, 70 and 7A. RGB value is (86,112,122). Sum of RGB (Red+Green+Blue) = 86+112+122=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #56707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56707A is #A98F85. Grayscale: #696969. Windows color (decimal): -11112326 or 8024150. OLE color: 8024150.
HSL color Cylindrical-coordinate representation of color #56707A: hue angle of 196.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56707A is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 112 | 122 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.52 |
| HSL | 196.67º | 0.17% | 0.41% | - |
| HSV(B) | 196.67º | 0.3% | 0.48% | - |
| XYZ | 13.14 | 14.97 | 20.61 | - |
| YUV | 105.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 122 | 0.30 | 0.08 | 0 | 0.52 | 196.67 | 0.17 | 0.41 |
| Hex | 56 | 70 | 7A | 1E | 8 | 0 | 34 | C5 | 11 | 29 |
| Octal | 126 | 160 | 172 | 36 | 10 | 0 | 64 | 305 | 21 | 51 |
| Binary | 1010110 | 1110000 | 1111010 | 11110 | 1000 | 0 | 110100 | 11000101 | 10001 | 101001 |
Color Harmonies of #56707A
Complementary color
Monochromatic Colors of #56707A
Black with #56707A
Text Example
Text Example
White with #56707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56707A; }
p { color: rgb(86,112,122); }
H1.HeaderClassName
{
color: #56707A;
}
.AnyTagClassName
{
color: #56707A;
}
</style>
background-color css
<style>
a { background-color: #56707A; }
a { background-color: rgb(86,112,122); }
div.DivClassName
{
background-color: #56707A;
}
.BgClassName
{
background-color: #56707A;
}
</style>
border-color css
<style>
span { border-color: #56707A; }
span { border-color: rgb(86,112,122); }
td.TdClassName
{
border-color: #56707A;
}
.TagClassName
{
border-color: #56707A;
}
</style>