Shades of Bismark #50747A
Tints of Bismark #50747A
RGB
CMYK
RGB Variations
Color information
#50747A (or 0x50747A) is known color: Bismark. HEX triplet: 50, 74 and 7A. RGB value is (80,116,122). Sum of RGB (Red+Green+Blue) = 80+116+122=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 122 - color contains mainly: blue. Hex color #50747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50747A is #AF8B85. Grayscale: #696969. Windows color (decimal): -11504518 or 8025168. OLE color: 8025168.
HSL color Cylindrical-coordinate representation of color #50747A: hue angle of 188.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50747A is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 116 | 122 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.52 |
| HSL | 188.57º | 0.21% | 0.4% | - |
| HSV(B) | 188.57º | 0.34% | 0.48% | - |
| XYZ | 13.07 | 15.6 | 20.74 | - |
| YUV | 105.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 122 | 0.34 | 0.05 | 0 | 0.52 | 188.57 | 0.21 | 0.4 |
| Hex | 50 | 74 | 7A | 22 | 5 | 0 | 34 | BD | 15 | 28 |
| Octal | 120 | 164 | 172 | 42 | 5 | 0 | 64 | 275 | 25 | 50 |
| Binary | 1010000 | 1110100 | 1111010 | 100010 | 101 | 0 | 110100 | 10111101 | 10101 | 101000 |
Color Harmonies of #50747A
Complementary color
Monochromatic Colors of #50747A
Black with #50747A
Text Example
Text Example
White with #50747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50747A; }
p { color: rgb(80,116,122); }
H1.HeaderClassName
{
color: #50747A;
}
.AnyTagClassName
{
color: #50747A;
}
</style>
background-color css
<style>
a { background-color: #50747A; }
a { background-color: rgb(80,116,122); }
div.DivClassName
{
background-color: #50747A;
}
.BgClassName
{
background-color: #50747A;
}
</style>
border-color css
<style>
span { border-color: #50747A; }
span { border-color: rgb(80,116,122); }
td.TdClassName
{
border-color: #50747A;
}
.TagClassName
{
border-color: #50747A;
}
</style>