Shades of Bismark #536F7A
Tints of Bismark #536F7A
RGB
CMYK
RGB Variations
Color information
#536F7A (or 0x536F7A) is known color: Bismark. HEX triplet: 53, 6F and 7A. RGB value is (83,111,122). Sum of RGB (Red+Green+Blue) = 83+111+122=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 122 - color contains mainly: blue. Hex color #536F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F7A is #AC9085. Grayscale: #676767. Windows color (decimal): -11309190 or 8023891. OLE color: 8023891.
HSL color Cylindrical-coordinate representation of color #536F7A: hue angle of 196.92º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #536F7A is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 111 | 122 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.52 |
| HSL | 196.92º | 0.19% | 0.4% | - |
| HSV(B) | 196.92º | 0.32% | 0.48% | - |
| XYZ | 12.76 | 14.61 | 20.56 | - |
| YUV | 103.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 122 | 0.32 | 0.09 | 0 | 0.52 | 196.92 | 0.19 | 0.4 |
| Hex | 53 | 6F | 7A | 20 | 9 | 0 | 34 | C5 | 13 | 28 |
| Octal | 123 | 157 | 172 | 40 | 11 | 0 | 64 | 305 | 23 | 50 |
| Binary | 1010011 | 1101111 | 1111010 | 100000 | 1001 | 0 | 110100 | 11000101 | 10011 | 101000 |
Color Harmonies of #536F7A
Complementary color
Monochromatic Colors of #536F7A
Black with #536F7A
Text Example
Text Example
White with #536F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536F7A; }
p { color: rgb(83,111,122); }
H1.HeaderClassName
{
color: #536F7A;
}
.AnyTagClassName
{
color: #536F7A;
}
</style>
background-color css
<style>
a { background-color: #536F7A; }
a { background-color: rgb(83,111,122); }
div.DivClassName
{
background-color: #536F7A;
}
.BgClassName
{
background-color: #536F7A;
}
</style>
border-color css
<style>
span { border-color: #536F7A; }
span { border-color: rgb(83,111,122); }
td.TdClassName
{
border-color: #536F7A;
}
.TagClassName
{
border-color: #536F7A;
}
</style>