Shades of Bismark #536D73
Tints of Bismark #536D73
RGB
CMYK
RGB Variations
Color information
#536D73 (or 0x536D73) is known color: Bismark. HEX triplet: 53, 6D and 73. RGB value is (83,109,115). Sum of RGB (Red+Green+Blue) = 83+109+115=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #536D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D73 is #AC928C. Grayscale: #656565. Windows color (decimal): -11309709 or 7564627. OLE color: 7564627.
HSL color Cylindrical-coordinate representation of color #536D73: hue angle of 191.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #536D73 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 109 | 115 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.55 |
| HSL | 191.25º | 0.16% | 0.39% | - |
| HSV(B) | 191.25º | 0.28% | 0.45% | - |
| XYZ | 12.13 | 14.01 | 18.29 | - |
| YUV | 101.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 115 | 0.28 | 0.05 | 0 | 0.55 | 191.25 | 0.16 | 0.39 |
| Hex | 53 | 6D | 73 | 1C | 5 | 0 | 37 | BF | 10 | 27 |
| Octal | 123 | 155 | 163 | 34 | 5 | 0 | 67 | 277 | 20 | 47 |
| Binary | 1010011 | 1101101 | 1110011 | 11100 | 101 | 0 | 110111 | 10111111 | 10000 | 100111 |
Color Harmonies of #536D73
Complementary color
Monochromatic Colors of #536D73
Black with #536D73
Text Example
Text Example
White with #536D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D73; }
p { color: rgb(83,109,115); }
H1.HeaderClassName
{
color: #536D73;
}
.AnyTagClassName
{
color: #536D73;
}
</style>
background-color css
<style>
a { background-color: #536D73; }
a { background-color: rgb(83,109,115); }
div.DivClassName
{
background-color: #536D73;
}
.BgClassName
{
background-color: #536D73;
}
</style>
border-color css
<style>
span { border-color: #536D73; }
span { border-color: rgb(83,109,115); }
td.TdClassName
{
border-color: #536D73;
}
.TagClassName
{
border-color: #536D73;
}
</style>