Shades of Bismark #53747D
Tints of Bismark #53747D
RGB
CMYK
RGB Variations
Color information
#53747D (or 0x53747D) is known color: Bismark. HEX triplet: 53, 74 and 7D. RGB value is (83,116,125). Sum of RGB (Red+Green+Blue) = 83+116+125=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #53747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53747D is #AC8B82. Grayscale: #6B6B6B. Windows color (decimal): -11307907 or 8221779. OLE color: 8221779.
HSL color Cylindrical-coordinate representation of color #53747D: hue angle of 192.86º 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 #53747D is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 116 | 125 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.51 |
| HSL | 192.86º | 0.2% | 0.41% | - |
| HSV(B) | 192.86º | 0.34% | 0.49% | - |
| XYZ | 13.51 | 15.81 | 21.74 | - |
| YUV | 107.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 125 | 0.34 | 0.07 | 0 | 0.51 | 192.86 | 0.2 | 0.41 |
| Hex | 53 | 74 | 7D | 22 | 7 | 0 | 33 | C1 | 14 | 29 |
| Octal | 123 | 164 | 175 | 42 | 7 | 0 | 63 | 301 | 24 | 51 |
| Binary | 1010011 | 1110100 | 1111101 | 100010 | 111 | 0 | 110011 | 11000001 | 10100 | 101001 |
Color Harmonies of #53747D
Complementary color
Monochromatic Colors of #53747D
Black with #53747D
Text Example
Text Example
White with #53747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53747D; }
p { color: rgb(83,116,125); }
H1.HeaderClassName
{
color: #53747D;
}
.AnyTagClassName
{
color: #53747D;
}
</style>
background-color css
<style>
a { background-color: #53747D; }
a { background-color: rgb(83,116,125); }
div.DivClassName
{
background-color: #53747D;
}
.BgClassName
{
background-color: #53747D;
}
</style>
border-color css
<style>
span { border-color: #53747D; }
span { border-color: rgb(83,116,125); }
td.TdClassName
{
border-color: #53747D;
}
.TagClassName
{
border-color: #53747D;
}
</style>