Shades of Bismark #50757B
Tints of Bismark #50757B
RGB
CMYK
RGB Variations
Color information
#50757B (or 0x50757B) is known color: Bismark. HEX triplet: 50, 75 and 7B. RGB value is (80,117,123). Sum of RGB (Red+Green+Blue) = 80+117+123=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #50757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50757B is #AF8A84. Grayscale: #6A6A6A. Windows color (decimal): -11504261 or 8090960. OLE color: 8090960.
HSL color Cylindrical-coordinate representation of color #50757B: hue angle of 188.37º 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 #50757B is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 117 | 123 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.52 |
| HSL | 188.37º | 0.21% | 0.4% | - |
| HSV(B) | 188.37º | 0.35% | 0.48% | - |
| XYZ | 13.24 | 15.86 | 21.1 | - |
| YUV | 106.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 123 | 0.35 | 0.05 | 0 | 0.52 | 188.37 | 0.21 | 0.4 |
| Hex | 50 | 75 | 7B | 23 | 5 | 0 | 34 | BC | 15 | 28 |
| Octal | 120 | 165 | 173 | 43 | 5 | 0 | 64 | 274 | 25 | 50 |
| Binary | 1010000 | 1110101 | 1111011 | 100011 | 101 | 0 | 110100 | 10111100 | 10101 | 101000 |
Color Harmonies of #50757B
Complementary color
Monochromatic Colors of #50757B
Black with #50757B
Text Example
Text Example
White with #50757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50757B; }
p { color: rgb(80,117,123); }
H1.HeaderClassName
{
color: #50757B;
}
.AnyTagClassName
{
color: #50757B;
}
</style>
background-color css
<style>
a { background-color: #50757B; }
a { background-color: rgb(80,117,123); }
div.DivClassName
{
background-color: #50757B;
}
.BgClassName
{
background-color: #50757B;
}
</style>
border-color css
<style>
span { border-color: #50757B; }
span { border-color: rgb(80,117,123); }
td.TdClassName
{
border-color: #50757B;
}
.TagClassName
{
border-color: #50757B;
}
</style>