Shades of Bismark #53676F
Tints of Bismark #53676F
RGB
CMYK
RGB Variations
Color information
#53676F (or 0x53676F) is known color: Bismark. HEX triplet: 53, 67 and 6F. RGB value is (83,103,111). Sum of RGB (Red+Green+Blue) = 83+103+111=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 111 - color contains mainly: blue. Hex color #53676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53676F is #AC9890. Grayscale: #616161. Windows color (decimal): -11311249 or 7300947. OLE color: 7300947.
HSL color Cylindrical-coordinate representation of color #53676F: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53676F is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 103 | 111 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.56 |
| HSL | 197.14º | 0.14% | 0.38% | - |
| HSV(B) | 197.14º | 0.25% | 0.44% | - |
| XYZ | 11.29 | 12.69 | 16.89 | - |
| YUV | 97.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 111 | 0.25 | 0.07 | 0 | 0.56 | 197.14 | 0.14 | 0.38 |
| Hex | 53 | 67 | 6F | 19 | 7 | 0 | 38 | C5 | E | 26 |
| Octal | 123 | 147 | 157 | 31 | 7 | 0 | 70 | 305 | 16 | 46 |
| Binary | 1010011 | 1100111 | 1101111 | 11001 | 111 | 0 | 111000 | 11000101 | 1110 | 100110 |
Color Harmonies of #53676F
Complementary color
Monochromatic Colors of #53676F
Black with #53676F
Text Example
Text Example
White with #53676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53676F; }
p { color: rgb(83,103,111); }
H1.HeaderClassName
{
color: #53676F;
}
.AnyTagClassName
{
color: #53676F;
}
</style>
background-color css
<style>
a { background-color: #53676F; }
a { background-color: rgb(83,103,111); }
div.DivClassName
{
background-color: #53676F;
}
.BgClassName
{
background-color: #53676F;
}
</style>
border-color css
<style>
span { border-color: #53676F; }
span { border-color: rgb(83,103,111); }
td.TdClassName
{
border-color: #53676F;
}
.TagClassName
{
border-color: #53676F;
}
</style>