Shades of Bismark #526E7B
Tints of Bismark #526E7B
RGB
CMYK
RGB Variations
Color information
#526E7B (or 0x526E7B) is known color: Bismark. HEX triplet: 52, 6E and 7B. RGB value is (82,110,123). Sum of RGB (Red+Green+Blue) = 82+110+123=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #526E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E7B is #AD9184. Grayscale: #676767. Windows color (decimal): -11374981 or 8089170. OLE color: 8089170.
HSL color Cylindrical-coordinate representation of color #526E7B: hue angle of 199.02º 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 #526E7B is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 110 | 123 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.52 |
| HSL | 199.02º | 0.2% | 0.4% | - |
| HSV(B) | 199.02º | 0.33% | 0.48% | - |
| XYZ | 12.63 | 14.38 | 20.85 | - |
| YUV | 103.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 123 | 0.33 | 0.11 | 0 | 0.52 | 199.02 | 0.2 | 0.4 |
| Hex | 52 | 6E | 7B | 21 | B | 0 | 34 | C7 | 14 | 28 |
| Octal | 122 | 156 | 173 | 41 | 13 | 0 | 64 | 307 | 24 | 50 |
| Binary | 1010010 | 1101110 | 1111011 | 100001 | 1011 | 0 | 110100 | 11000111 | 10100 | 101000 |
Color Harmonies of #526E7B
Complementary color
Monochromatic Colors of #526E7B
Black with #526E7B
Text Example
Text Example
White with #526E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E7B; }
p { color: rgb(82,110,123); }
H1.HeaderClassName
{
color: #526E7B;
}
.AnyTagClassName
{
color: #526E7B;
}
</style>
background-color css
<style>
a { background-color: #526E7B; }
a { background-color: rgb(82,110,123); }
div.DivClassName
{
background-color: #526E7B;
}
.BgClassName
{
background-color: #526E7B;
}
</style>
border-color css
<style>
span { border-color: #526E7B; }
span { border-color: rgb(82,110,123); }
td.TdClassName
{
border-color: #526E7B;
}
.TagClassName
{
border-color: #526E7B;
}
</style>