Shades of Bismark #536870
Tints of Bismark #536870
RGB
CMYK
RGB Variations
Color information
#536870 (or 0x536870) is known color: Bismark. HEX triplet: 53, 68 and 70. RGB value is (83,104,112). Sum of RGB (Red+Green+Blue) = 83+104+112=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #536870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536870 is #AC978F. Grayscale: #626262. Windows color (decimal): -11310992 or 7366739. OLE color: 7366739.
HSL color Cylindrical-coordinate representation of color #536870: hue angle of 196.55º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #536870 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 104 | 112 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.56 |
| HSL | 196.55º | 0.15% | 0.38% | - |
| HSV(B) | 196.55º | 0.26% | 0.44% | - |
| XYZ | 11.44 | 12.91 | 17.22 | - |
| YUV | 98.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 112 | 0.26 | 0.07 | 0 | 0.56 | 196.55 | 0.15 | 0.38 |
| Hex | 53 | 68 | 70 | 1A | 7 | 0 | 38 | C5 | F | 26 |
| Octal | 123 | 150 | 160 | 32 | 7 | 0 | 70 | 305 | 17 | 46 |
| Binary | 1010011 | 1101000 | 1110000 | 11010 | 111 | 0 | 111000 | 11000101 | 1111 | 100110 |
Color Harmonies of #536870
Complementary color
Monochromatic Colors of #536870
Black with #536870
Text Example
Text Example
White with #536870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536870; }
p { color: rgb(83,104,112); }
H1.HeaderClassName
{
color: #536870;
}
.AnyTagClassName
{
color: #536870;
}
</style>
background-color css
<style>
a { background-color: #536870; }
a { background-color: rgb(83,104,112); }
div.DivClassName
{
background-color: #536870;
}
.BgClassName
{
background-color: #536870;
}
</style>
border-color css
<style>
span { border-color: #536870; }
span { border-color: rgb(83,104,112); }
td.TdClassName
{
border-color: #536870;
}
.TagClassName
{
border-color: #536870;
}
</style>