Shades of Bismark #526A72
Tints of Bismark #526A72
RGB
CMYK
RGB Variations
Color information
#526A72 (or 0x526A72) is known color: Bismark. HEX triplet: 52, 6A and 72. RGB value is (82,106,114). Sum of RGB (Red+Green+Blue) = 82+106+114=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #526A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A72 is #AD958D. Grayscale: #636363. Windows color (decimal): -11376014 or 7498322. OLE color: 7498322.
HSL color Cylindrical-coordinate representation of color #526A72: hue angle of 195º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526A72 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 106 | 114 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.55 |
| HSL | 195º | 0.16% | 0.38% | - |
| HSV(B) | 195º | 0.28% | 0.45% | - |
| XYZ | 11.67 | 13.32 | 17.87 | - |
| YUV | 99.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 114 | 0.28 | 0.07 | 0 | 0.55 | 195 | 0.16 | 0.38 |
| Hex | 52 | 6A | 72 | 1C | 7 | 0 | 37 | C3 | 10 | 26 |
| Octal | 122 | 152 | 162 | 34 | 7 | 0 | 67 | 303 | 20 | 46 |
| Binary | 1010010 | 1101010 | 1110010 | 11100 | 111 | 0 | 110111 | 11000011 | 10000 | 100110 |
Color Harmonies of #526A72
Complementary color
Monochromatic Colors of #526A72
Black with #526A72
Text Example
Text Example
White with #526A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A72; }
p { color: rgb(82,106,114); }
H1.HeaderClassName
{
color: #526A72;
}
.AnyTagClassName
{
color: #526A72;
}
</style>
background-color css
<style>
a { background-color: #526A72; }
a { background-color: rgb(82,106,114); }
div.DivClassName
{
background-color: #526A72;
}
.BgClassName
{
background-color: #526A72;
}
</style>
border-color css
<style>
span { border-color: #526A72; }
span { border-color: rgb(82,106,114); }
td.TdClassName
{
border-color: #526A72;
}
.TagClassName
{
border-color: #526A72;
}
</style>