Shades of Bismark #526D7B
Tints of Bismark #526D7B
RGB
CMYK
RGB Variations
Color information
#526D7B (or 0x526D7B) is known color: Bismark. HEX triplet: 52, 6D and 7B. RGB value is (82,109,123). Sum of RGB (Red+Green+Blue) = 82+109+123=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #526D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D7B is #AD9284. Grayscale: #666666. Windows color (decimal): -11375237 or 8088914. OLE color: 8088914.
HSL color Cylindrical-coordinate representation of color #526D7B: hue angle of 200.49º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #526D7B is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 109 | 123 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.52 |
| HSL | 200.49º | 0.2% | 0.4% | - |
| HSV(B) | 200.49º | 0.33% | 0.48% | - |
| XYZ | 12.52 | 14.16 | 20.81 | - |
| YUV | 102.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 123 | 0.33 | 0.11 | 0 | 0.52 | 200.49 | 0.2 | 0.4 |
| Hex | 52 | 6D | 7B | 21 | B | 0 | 34 | C8 | 14 | 28 |
| Octal | 122 | 155 | 173 | 41 | 13 | 0 | 64 | 310 | 24 | 50 |
| Binary | 1010010 | 1101101 | 1111011 | 100001 | 1011 | 0 | 110100 | 11001000 | 10100 | 101000 |
Color Harmonies of #526D7B
Complementary color
Monochromatic Colors of #526D7B
Black with #526D7B
Text Example
Text Example
White with #526D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D7B; }
p { color: rgb(82,109,123); }
H1.HeaderClassName
{
color: #526D7B;
}
.AnyTagClassName
{
color: #526D7B;
}
</style>
background-color css
<style>
a { background-color: #526D7B; }
a { background-color: rgb(82,109,123); }
div.DivClassName
{
background-color: #526D7B;
}
.BgClassName
{
background-color: #526D7B;
}
</style>
border-color css
<style>
span { border-color: #526D7B; }
span { border-color: rgb(82,109,123); }
td.TdClassName
{
border-color: #526D7B;
}
.TagClassName
{
border-color: #526D7B;
}
</style>