Shades of Bismark #536E78
Tints of Bismark #536E78
RGB
CMYK
RGB Variations
Color information
#536E78 (or 0x536E78) is known color: Bismark. HEX triplet: 53, 6E and 78. RGB value is (83,110,120). Sum of RGB (Red+Green+Blue) = 83+110+120=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #536E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E78 is #AC9187. Grayscale: #666666. Windows color (decimal): -11309448 or 7892563. OLE color: 7892563.
HSL color Cylindrical-coordinate representation of color #536E78: hue angle of 196.22º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536E78 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 110 | 120 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.53 |
| HSL | 196.22º | 0.18% | 0.4% | - |
| HSV(B) | 196.22º | 0.31% | 0.47% | - |
| XYZ | 12.53 | 14.35 | 19.88 | - |
| YUV | 103.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 120 | 0.31 | 0.08 | 0 | 0.53 | 196.22 | 0.18 | 0.4 |
| Hex | 53 | 6E | 78 | 1F | 8 | 0 | 35 | C4 | 12 | 28 |
| Octal | 123 | 156 | 170 | 37 | 10 | 0 | 65 | 304 | 22 | 50 |
| Binary | 1010011 | 1101110 | 1111000 | 11111 | 1000 | 0 | 110101 | 11000100 | 10010 | 101000 |
Color Harmonies of #536E78
Complementary color
Monochromatic Colors of #536E78
Black with #536E78
Text Example
Text Example
White with #536E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536E78; }
p { color: rgb(83,110,120); }
H1.HeaderClassName
{
color: #536E78;
}
.AnyTagClassName
{
color: #536E78;
}
</style>
background-color css
<style>
a { background-color: #536E78; }
a { background-color: rgb(83,110,120); }
div.DivClassName
{
background-color: #536E78;
}
.BgClassName
{
background-color: #536E78;
}
</style>
border-color css
<style>
span { border-color: #536E78; }
span { border-color: rgb(83,110,120); }
td.TdClassName
{
border-color: #536E78;
}
.TagClassName
{
border-color: #536E78;
}
</style>