Shades of Bismark #526A78
Tints of Bismark #526A78
RGB
CMYK
RGB Variations
Color information
#526A78 (or 0x526A78) is known color: Bismark. HEX triplet: 52, 6A and 78. RGB value is (82,106,120). Sum of RGB (Red+Green+Blue) = 82+106+120=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 120 - color contains mainly: blue. Hex color #526A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A78 is #AD9587. Grayscale: #646464. Windows color (decimal): -11376008 or 7891538. OLE color: 7891538.
HSL color Cylindrical-coordinate representation of color #526A78: hue angle of 202.11º 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 #526A78 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 106 | 120 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.53 |
| HSL | 202.11º | 0.19% | 0.4% | - |
| HSV(B) | 202.11º | 0.32% | 0.47% | - |
| XYZ | 12.02 | 13.46 | 19.73 | - |
| YUV | 100.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 120 | 0.32 | 0.12 | 0 | 0.53 | 202.11 | 0.19 | 0.4 |
| Hex | 52 | 6A | 78 | 20 | C | 0 | 35 | CA | 13 | 28 |
| Octal | 122 | 152 | 170 | 40 | 14 | 0 | 65 | 312 | 23 | 50 |
| Binary | 1010010 | 1101010 | 1111000 | 100000 | 1100 | 0 | 110101 | 11001010 | 10011 | 101000 |
Color Harmonies of #526A78
Complementary color
Monochromatic Colors of #526A78
Black with #526A78
Text Example
Text Example
White with #526A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A78; }
p { color: rgb(82,106,120); }
H1.HeaderClassName
{
color: #526A78;
}
.AnyTagClassName
{
color: #526A78;
}
</style>
background-color css
<style>
a { background-color: #526A78; }
a { background-color: rgb(82,106,120); }
div.DivClassName
{
background-color: #526A78;
}
.BgClassName
{
background-color: #526A78;
}
</style>
border-color css
<style>
span { border-color: #526A78; }
span { border-color: rgb(82,106,120); }
td.TdClassName
{
border-color: #526A78;
}
.TagClassName
{
border-color: #526A78;
}
</style>