Shades of Bismark #536A71
Tints of Bismark #536A71
RGB
CMYK
RGB Variations
Color information
#536A71 (or 0x536A71) is known color: Bismark. HEX triplet: 53, 6A and 71. RGB value is (83,106,113). Sum of RGB (Red+Green+Blue) = 83+106+113=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #536A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A71 is #AC958E. Grayscale: #636363. Windows color (decimal): -11310479 or 7432787. OLE color: 7432787.
HSL color Cylindrical-coordinate representation of color #536A71: hue angle of 194º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536A71 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 106 | 113 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.56 |
| HSL | 194º | 0.15% | 0.38% | - |
| HSV(B) | 194º | 0.27% | 0.44% | - |
| XYZ | 11.7 | 13.34 | 17.58 | - |
| YUV | 99.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 113 | 0.27 | 0.06 | 0 | 0.56 | 194 | 0.15 | 0.38 |
| Hex | 53 | 6A | 71 | 1B | 6 | 0 | 38 | C2 | F | 26 |
| Octal | 123 | 152 | 161 | 33 | 6 | 0 | 70 | 302 | 17 | 46 |
| Binary | 1010011 | 1101010 | 1110001 | 11011 | 110 | 0 | 111000 | 11000010 | 1111 | 100110 |
Color Harmonies of #536A71
Complementary color
Monochromatic Colors of #536A71
Black with #536A71
Text Example
Text Example
White with #536A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A71; }
p { color: rgb(83,106,113); }
H1.HeaderClassName
{
color: #536A71;
}
.AnyTagClassName
{
color: #536A71;
}
</style>
background-color css
<style>
a { background-color: #536A71; }
a { background-color: rgb(83,106,113); }
div.DivClassName
{
background-color: #536A71;
}
.BgClassName
{
background-color: #536A71;
}
</style>
border-color css
<style>
span { border-color: #536A71; }
span { border-color: rgb(83,106,113); }
td.TdClassName
{
border-color: #536A71;
}
.TagClassName
{
border-color: #536A71;
}
</style>