Shades of Bismark #55707B
Tints of Bismark #55707B
RGB
CMYK
RGB Variations
Color information
#55707B (or 0x55707B) is known color: Bismark. HEX triplet: 55, 70 and 7B. RGB value is (85,112,123). Sum of RGB (Red+Green+Blue) = 85+112+123=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #55707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55707B is #AA8F84. Grayscale: #696969. Windows color (decimal): -11177861 or 8089685. OLE color: 8089685.
HSL color Cylindrical-coordinate representation of color #55707B: hue angle of 197.37º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55707B is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 112 | 123 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.52 |
| HSL | 197.37º | 0.18% | 0.41% | - |
| HSV(B) | 197.37º | 0.31% | 0.48% | - |
| XYZ | 13.12 | 14.95 | 20.93 | - |
| YUV | 105.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 123 | 0.31 | 0.09 | 0 | 0.52 | 197.37 | 0.18 | 0.41 |
| Hex | 55 | 70 | 7B | 1F | 9 | 0 | 34 | C5 | 12 | 29 |
| Octal | 125 | 160 | 173 | 37 | 11 | 0 | 64 | 305 | 22 | 51 |
| Binary | 1010101 | 1110000 | 1111011 | 11111 | 1001 | 0 | 110100 | 11000101 | 10010 | 101001 |
Color Harmonies of #55707B
Complementary color
Monochromatic Colors of #55707B
Black with #55707B
Text Example
Text Example
White with #55707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55707B; }
p { color: rgb(85,112,123); }
H1.HeaderClassName
{
color: #55707B;
}
.AnyTagClassName
{
color: #55707B;
}
</style>
background-color css
<style>
a { background-color: #55707B; }
a { background-color: rgb(85,112,123); }
div.DivClassName
{
background-color: #55707B;
}
.BgClassName
{
background-color: #55707B;
}
</style>
border-color css
<style>
span { border-color: #55707B; }
span { border-color: rgb(85,112,123); }
td.TdClassName
{
border-color: #55707B;
}
.TagClassName
{
border-color: #55707B;
}
</style>