Shades of Bismark #55707F
Tints of Bismark #55707F
RGB
CMYK
RGB Variations
Color information
#55707F (or 0x55707F) is known color: Bismark. HEX triplet: 55, 70 and 7F. RGB value is (85,112,127). Sum of RGB (Red+Green+Blue) = 85+112+127=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #55707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55707F is #AA8F80. Grayscale: #696969. Windows color (decimal): -11177857 or 8351829. OLE color: 8351829.
HSL color Cylindrical-coordinate representation of color #55707F: hue angle of 201.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55707F is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 112 | 127 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.50 |
| HSL | 201.43º | 0.2% | 0.42% | - |
| HSV(B) | 201.43º | 0.33% | 0.5% | - |
| XYZ | 13.37 | 15.05 | 22.28 | - |
| YUV | 105.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 127 | 0.33 | 0.12 | 0 | 0.50 | 201.43 | 0.2 | 0.42 |
| Hex | 55 | 70 | 7F | 21 | C | 0 | 32 | C9 | 14 | 2A |
| Octal | 125 | 160 | 177 | 41 | 14 | 0 | 62 | 311 | 24 | 52 |
| Binary | 1010101 | 1110000 | 1111111 | 100001 | 1100 | 0 | 110010 | 11001001 | 10100 | 101010 |
Color Harmonies of #55707F
Complementary color
Monochromatic Colors of #55707F
Black with #55707F
Text Example
Text Example
White with #55707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55707F; }
p { color: rgb(85,112,127); }
H1.HeaderClassName
{
color: #55707F;
}
.AnyTagClassName
{
color: #55707F;
}
</style>
background-color css
<style>
a { background-color: #55707F; }
a { background-color: rgb(85,112,127); }
div.DivClassName
{
background-color: #55707F;
}
.BgClassName
{
background-color: #55707F;
}
</style>
border-color css
<style>
span { border-color: #55707F; }
span { border-color: rgb(85,112,127); }
td.TdClassName
{
border-color: #55707F;
}
.TagClassName
{
border-color: #55707F;
}
</style>