Shades of Bismark #50737B
Tints of Bismark #50737B
RGB
CMYK
RGB Variations
Color information
#50737B (or 0x50737B) is known color: Bismark. HEX triplet: 50, 73 and 7B. RGB value is (80,115,123). Sum of RGB (Red+Green+Blue) = 80+115+123=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #50737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50737B is #AF8C84. Grayscale: #696969. Windows color (decimal): -11504773 or 8090448. OLE color: 8090448.
HSL color Cylindrical-coordinate representation of color #50737B: hue angle of 191.16º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50737B is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 115 | 123 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.52 |
| HSL | 191.16º | 0.21% | 0.4% | - |
| HSV(B) | 191.16º | 0.35% | 0.48% | - |
| XYZ | 13.01 | 15.4 | 21.02 | - |
| YUV | 105.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 123 | 0.35 | 0.07 | 0 | 0.52 | 191.16 | 0.21 | 0.4 |
| Hex | 50 | 73 | 7B | 23 | 7 | 0 | 34 | BF | 15 | 28 |
| Octal | 120 | 163 | 173 | 43 | 7 | 0 | 64 | 277 | 25 | 50 |
| Binary | 1010000 | 1110011 | 1111011 | 100011 | 111 | 0 | 110100 | 10111111 | 10101 | 101000 |
Color Harmonies of #50737B
Complementary color
Monochromatic Colors of #50737B
Black with #50737B
Text Example
Text Example
White with #50737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50737B; }
p { color: rgb(80,115,123); }
H1.HeaderClassName
{
color: #50737B;
}
.AnyTagClassName
{
color: #50737B;
}
</style>
background-color css
<style>
a { background-color: #50737B; }
a { background-color: rgb(80,115,123); }
div.DivClassName
{
background-color: #50737B;
}
.BgClassName
{
background-color: #50737B;
}
</style>
border-color css
<style>
span { border-color: #50737B; }
span { border-color: rgb(80,115,123); }
td.TdClassName
{
border-color: #50737B;
}
.TagClassName
{
border-color: #50737B;
}
</style>