Shades of Bismark #536F7D
Tints of Bismark #536F7D
RGB
CMYK
RGB Variations
Color information
#536F7D (or 0x536F7D) is known color: Bismark. HEX triplet: 53, 6F and 7D. RGB value is (83,111,125). Sum of RGB (Red+Green+Blue) = 83+111+125=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #536F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F7D is #AC9082. Grayscale: #686868. Windows color (decimal): -11309187 or 8220499. OLE color: 8220499.
HSL color Cylindrical-coordinate representation of color #536F7D: hue angle of 200º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #536F7D is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 111 | 125 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.51 |
| HSL | 200º | 0.2% | 0.41% | - |
| HSV(B) | 200º | 0.34% | 0.49% | - |
| XYZ | 12.95 | 14.69 | 21.55 | - |
| YUV | 104.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 125 | 0.34 | 0.11 | 0 | 0.51 | 200 | 0.2 | 0.41 |
| Hex | 53 | 6F | 7D | 22 | B | 0 | 33 | C8 | 14 | 29 |
| Octal | 123 | 157 | 175 | 42 | 13 | 0 | 63 | 310 | 24 | 51 |
| Binary | 1010011 | 1101111 | 1111101 | 100010 | 1011 | 0 | 110011 | 11001000 | 10100 | 101001 |
Color Harmonies of #536F7D
Complementary color
Monochromatic Colors of #536F7D
Black with #536F7D
Text Example
Text Example
White with #536F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536F7D; }
p { color: rgb(83,111,125); }
H1.HeaderClassName
{
color: #536F7D;
}
.AnyTagClassName
{
color: #536F7D;
}
</style>
background-color css
<style>
a { background-color: #536F7D; }
a { background-color: rgb(83,111,125); }
div.DivClassName
{
background-color: #536F7D;
}
.BgClassName
{
background-color: #536F7D;
}
</style>
border-color css
<style>
span { border-color: #536F7D; }
span { border-color: rgb(83,111,125); }
td.TdClassName
{
border-color: #536F7D;
}
.TagClassName
{
border-color: #536F7D;
}
</style>