Shades of Bismark #506C7C
Tints of Bismark #506C7C
RGB
CMYK
RGB Variations
Color information
#506C7C (or 0x506C7C) is known color: Bismark. HEX triplet: 50, 6C and 7C. RGB value is (80,108,124). Sum of RGB (Red+Green+Blue) = 80+108+124=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #506C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C7C is #AF9383. Grayscale: #656565. Windows color (decimal): -11506564 or 8154192. OLE color: 8154192.
HSL color Cylindrical-coordinate representation of color #506C7C: hue angle of 201.82º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #506C7C is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 108 | 124 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.51 |
| HSL | 201.82º | 0.22% | 0.4% | - |
| HSV(B) | 201.82º | 0.35% | 0.49% | - |
| XYZ | 12.31 | 13.89 | 21.1 | - |
| YUV | 101.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 124 | 0.35 | 0.13 | 0 | 0.51 | 201.82 | 0.22 | 0.4 |
| Hex | 50 | 6C | 7C | 23 | D | 0 | 33 | CA | 16 | 28 |
| Octal | 120 | 154 | 174 | 43 | 15 | 0 | 63 | 312 | 26 | 50 |
| Binary | 1010000 | 1101100 | 1111100 | 100011 | 1101 | 0 | 110011 | 11001010 | 10110 | 101000 |
Color Harmonies of #506C7C
Complementary color
Monochromatic Colors of #506C7C
Black with #506C7C
Text Example
Text Example
White with #506C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C7C; }
p { color: rgb(80,108,124); }
H1.HeaderClassName
{
color: #506C7C;
}
.AnyTagClassName
{
color: #506C7C;
}
</style>
background-color css
<style>
a { background-color: #506C7C; }
a { background-color: rgb(80,108,124); }
div.DivClassName
{
background-color: #506C7C;
}
.BgClassName
{
background-color: #506C7C;
}
</style>
border-color css
<style>
span { border-color: #506C7C; }
span { border-color: rgb(80,108,124); }
td.TdClassName
{
border-color: #506C7C;
}
.TagClassName
{
border-color: #506C7C;
}
</style>