Shades of Bismark #526D78
Tints of Bismark #526D78
RGB
CMYK
RGB Variations
Color information
#526D78 (or 0x526D78) is known color: Bismark. HEX triplet: 52, 6D and 78. RGB value is (82,109,120). Sum of RGB (Red+Green+Blue) = 82+109+120=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #526D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D78 is #AD9287. Grayscale: #666666. Windows color (decimal): -11375240 or 7892306. OLE color: 7892306.
HSL color Cylindrical-coordinate representation of color #526D78: hue angle of 197.37º 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 #526D78 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 109 | 120 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.53 |
| HSL | 197.37º | 0.19% | 0.4% | - |
| HSV(B) | 197.37º | 0.32% | 0.47% | - |
| XYZ | 12.34 | 14.09 | 19.84 | - |
| YUV | 102.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 120 | 0.32 | 0.09 | 0 | 0.53 | 197.37 | 0.19 | 0.4 |
| Hex | 52 | 6D | 78 | 20 | 9 | 0 | 35 | C5 | 13 | 28 |
| Octal | 122 | 155 | 170 | 40 | 11 | 0 | 65 | 305 | 23 | 50 |
| Binary | 1010010 | 1101101 | 1111000 | 100000 | 1001 | 0 | 110101 | 11000101 | 10011 | 101000 |
Color Harmonies of #526D78
Complementary color
Monochromatic Colors of #526D78
Black with #526D78
Text Example
Text Example
White with #526D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D78; }
p { color: rgb(82,109,120); }
H1.HeaderClassName
{
color: #526D78;
}
.AnyTagClassName
{
color: #526D78;
}
</style>
background-color css
<style>
a { background-color: #526D78; }
a { background-color: rgb(82,109,120); }
div.DivClassName
{
background-color: #526D78;
}
.BgClassName
{
background-color: #526D78;
}
</style>
border-color css
<style>
span { border-color: #526D78; }
span { border-color: rgb(82,109,120); }
td.TdClassName
{
border-color: #526D78;
}
.TagClassName
{
border-color: #526D78;
}
</style>