Shades of Bismark #506A7B
Tints of Bismark #506A7B
RGB
CMYK
RGB Variations
Color information
#506A7B (or 0x506A7B) is known color: Bismark. HEX triplet: 50, 6A and 7B. RGB value is (80,106,123). Sum of RGB (Red+Green+Blue) = 80+106+123=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #506A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A7B is #AF9584. Grayscale: #646464. Windows color (decimal): -11507077 or 8088144. OLE color: 8088144.
HSL color Cylindrical-coordinate representation of color #506A7B: hue angle of 203.72º 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 #506A7B is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 106 | 123 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.52 |
| HSL | 203.72º | 0.21% | 0.4% | - |
| HSV(B) | 203.72º | 0.35% | 0.48% | - |
| XYZ | 12.04 | 13.44 | 20.7 | - |
| YUV | 100.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 123 | 0.35 | 0.14 | 0 | 0.52 | 203.72 | 0.21 | 0.4 |
| Hex | 50 | 6A | 7B | 23 | E | 0 | 34 | CC | 15 | 28 |
| Octal | 120 | 152 | 173 | 43 | 16 | 0 | 64 | 314 | 25 | 50 |
| Binary | 1010000 | 1101010 | 1111011 | 100011 | 1110 | 0 | 110100 | 11001100 | 10101 | 101000 |
Color Harmonies of #506A7B
Complementary color
Monochromatic Colors of #506A7B
Black with #506A7B
Text Example
Text Example
White with #506A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A7B; }
p { color: rgb(80,106,123); }
H1.HeaderClassName
{
color: #506A7B;
}
.AnyTagClassName
{
color: #506A7B;
}
</style>
background-color css
<style>
a { background-color: #506A7B; }
a { background-color: rgb(80,106,123); }
div.DivClassName
{
background-color: #506A7B;
}
.BgClassName
{
background-color: #506A7B;
}
</style>
border-color css
<style>
span { border-color: #506A7B; }
span { border-color: rgb(80,106,123); }
td.TdClassName
{
border-color: #506A7B;
}
.TagClassName
{
border-color: #506A7B;
}
</style>