Shades of Bismark #526D74
Tints of Bismark #526D74
RGB
CMYK
RGB Variations
Color information
#526D74 (or 0x526D74) is known color: Bismark. HEX triplet: 52, 6D and 74. RGB value is (82,109,116). Sum of RGB (Red+Green+Blue) = 82+109+116=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 116 - color contains mainly: blue. Hex color #526D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D74 is #AD928B. Grayscale: #656565. Windows color (decimal): -11375244 or 7630162. OLE color: 7630162.
HSL color Cylindrical-coordinate representation of color #526D74: hue angle of 192.35º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526D74 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 109 | 116 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.55 |
| HSL | 192.35º | 0.17% | 0.39% | - |
| HSV(B) | 192.35º | 0.29% | 0.45% | - |
| XYZ | 12.1 | 13.99 | 18.59 | - |
| YUV | 101.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 116 | 0.29 | 0.06 | 0 | 0.55 | 192.35 | 0.17 | 0.39 |
| Hex | 52 | 6D | 74 | 1D | 6 | 0 | 37 | C0 | 11 | 27 |
| Octal | 122 | 155 | 164 | 35 | 6 | 0 | 67 | 300 | 21 | 47 |
| Binary | 1010010 | 1101101 | 1110100 | 11101 | 110 | 0 | 110111 | 11000000 | 10001 | 100111 |
Color Harmonies of #526D74
Complementary color
Monochromatic Colors of #526D74
Black with #526D74
Text Example
Text Example
White with #526D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D74; }
p { color: rgb(82,109,116); }
H1.HeaderClassName
{
color: #526D74;
}
.AnyTagClassName
{
color: #526D74;
}
</style>
background-color css
<style>
a { background-color: #526D74; }
a { background-color: rgb(82,109,116); }
div.DivClassName
{
background-color: #526D74;
}
.BgClassName
{
background-color: #526D74;
}
</style>
border-color css
<style>
span { border-color: #526D74; }
span { border-color: rgb(82,109,116); }
td.TdClassName
{
border-color: #526D74;
}
.TagClassName
{
border-color: #526D74;
}
</style>