Shades of Bismark #50747D
Tints of Bismark #50747D
RGB
CMYK
RGB Variations
Color information
#50747D (or 0x50747D) is known color: Bismark. HEX triplet: 50, 74 and 7D. RGB value is (80,116,125). Sum of RGB (Red+Green+Blue) = 80+116+125=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #50747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50747D is #AF8B82. Grayscale: #6A6A6A. Windows color (decimal): -11504515 or 8221776. OLE color: 8221776.
HSL color Cylindrical-coordinate representation of color #50747D: hue angle of 192º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50747D is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 116 | 125 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.51 |
| HSL | 192º | 0.22% | 0.4% | - |
| HSV(B) | 192º | 0.36% | 0.49% | - |
| XYZ | 13.26 | 15.68 | 21.73 | - |
| YUV | 106.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 125 | 0.36 | 0.07 | 0 | 0.51 | 192 | 0.22 | 0.4 |
| Hex | 50 | 74 | 7D | 24 | 7 | 0 | 33 | C0 | 16 | 28 |
| Octal | 120 | 164 | 175 | 44 | 7 | 0 | 63 | 300 | 26 | 50 |
| Binary | 1010000 | 1110100 | 1111101 | 100100 | 111 | 0 | 110011 | 11000000 | 10110 | 101000 |
Color Harmonies of #50747D
Complementary color
Monochromatic Colors of #50747D
Black with #50747D
Text Example
Text Example
White with #50747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50747D; }
p { color: rgb(80,116,125); }
H1.HeaderClassName
{
color: #50747D;
}
.AnyTagClassName
{
color: #50747D;
}
</style>
background-color css
<style>
a { background-color: #50747D; }
a { background-color: rgb(80,116,125); }
div.DivClassName
{
background-color: #50747D;
}
.BgClassName
{
background-color: #50747D;
}
</style>
border-color css
<style>
span { border-color: #50747D; }
span { border-color: rgb(80,116,125); }
td.TdClassName
{
border-color: #50747D;
}
.TagClassName
{
border-color: #50747D;
}
</style>