Shades of Bismark #556F7B
Tints of Bismark #556F7B
RGB
CMYK
RGB Variations
Color information
#556F7B (or 0x556F7B) is known color: Bismark. HEX triplet: 55, 6F and 7B. RGB value is (85,111,123). Sum of RGB (Red+Green+Blue) = 85+111+123=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #556F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F7B is #AA9084. Grayscale: #686868. Windows color (decimal): -11178117 or 8089429. OLE color: 8089429.
HSL color Cylindrical-coordinate representation of color #556F7B: hue angle of 198.95º 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 #556F7B is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 111 | 123 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.52 |
| HSL | 198.95º | 0.18% | 0.41% | - |
| HSV(B) | 198.95º | 0.31% | 0.48% | - |
| XYZ | 13.01 | 14.73 | 20.9 | - |
| YUV | 104.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 123 | 0.31 | 0.10 | 0 | 0.52 | 198.95 | 0.18 | 0.41 |
| Hex | 55 | 6F | 7B | 1F | A | 0 | 34 | C7 | 12 | 29 |
| Octal | 125 | 157 | 173 | 37 | 12 | 0 | 64 | 307 | 22 | 51 |
| Binary | 1010101 | 1101111 | 1111011 | 11111 | 1010 | 0 | 110100 | 11000111 | 10010 | 101001 |
Color Harmonies of #556F7B
Complementary color
Monochromatic Colors of #556F7B
Black with #556F7B
Text Example
Text Example
White with #556F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F7B; }
p { color: rgb(85,111,123); }
H1.HeaderClassName
{
color: #556F7B;
}
.AnyTagClassName
{
color: #556F7B;
}
</style>
background-color css
<style>
a { background-color: #556F7B; }
a { background-color: rgb(85,111,123); }
div.DivClassName
{
background-color: #556F7B;
}
.BgClassName
{
background-color: #556F7B;
}
</style>
border-color css
<style>
span { border-color: #556F7B; }
span { border-color: rgb(85,111,123); }
td.TdClassName
{
border-color: #556F7B;
}
.TagClassName
{
border-color: #556F7B;
}
</style>