Shades of Bismark #526D79
Tints of Bismark #526D79
RGB
CMYK
RGB Variations
Color information
#526D79 (or 0x526D79) is known color: Bismark. HEX triplet: 52, 6D and 79. RGB value is (82,109,121). Sum of RGB (Red+Green+Blue) = 82+109+121=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #526D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D79 is #AD9286. Grayscale: #666666. Windows color (decimal): -11375239 or 7957842. OLE color: 7957842.
HSL color Cylindrical-coordinate representation of color #526D79: hue angle of 198.46º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526D79 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 109 | 121 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.53 |
| HSL | 198.46º | 0.19% | 0.4% | - |
| HSV(B) | 198.46º | 0.32% | 0.47% | - |
| XYZ | 12.4 | 14.11 | 20.16 | - |
| YUV | 102.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 121 | 0.32 | 0.10 | 0 | 0.53 | 198.46 | 0.19 | 0.4 |
| Hex | 52 | 6D | 79 | 20 | A | 0 | 35 | C6 | 13 | 28 |
| Octal | 122 | 155 | 171 | 40 | 12 | 0 | 65 | 306 | 23 | 50 |
| Binary | 1010010 | 1101101 | 1111001 | 100000 | 1010 | 0 | 110101 | 11000110 | 10011 | 101000 |
Color Harmonies of #526D79
Complementary color
Monochromatic Colors of #526D79
Black with #526D79
Text Example
Text Example
White with #526D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D79; }
p { color: rgb(82,109,121); }
H1.HeaderClassName
{
color: #526D79;
}
.AnyTagClassName
{
color: #526D79;
}
</style>
background-color css
<style>
a { background-color: #526D79; }
a { background-color: rgb(82,109,121); }
div.DivClassName
{
background-color: #526D79;
}
.BgClassName
{
background-color: #526D79;
}
</style>
border-color css
<style>
span { border-color: #526D79; }
span { border-color: rgb(82,109,121); }
td.TdClassName
{
border-color: #526D79;
}
.TagClassName
{
border-color: #526D79;
}
</style>