Shades of Bismark #526E76
Tints of Bismark #526E76
RGB
CMYK
RGB Variations
Color information
#526E76 (or 0x526E76) is known color: Bismark. HEX triplet: 52, 6E and 76. RGB value is (82,110,118). Sum of RGB (Red+Green+Blue) = 82+110+118=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #526E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E76 is #AD9189. Grayscale: #666666. Windows color (decimal): -11374986 or 7761490. OLE color: 7761490.
HSL color Cylindrical-coordinate representation of color #526E76: hue angle of 193.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526E76 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 110 | 118 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.54 |
| HSL | 193.33º | 0.18% | 0.39% | - |
| HSV(B) | 193.33º | 0.31% | 0.46% | - |
| XYZ | 12.33 | 14.25 | 19.24 | - |
| YUV | 102.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 118 | 0.31 | 0.07 | 0 | 0.54 | 193.33 | 0.18 | 0.39 |
| Hex | 52 | 6E | 76 | 1F | 7 | 0 | 36 | C1 | 12 | 27 |
| Octal | 122 | 156 | 166 | 37 | 7 | 0 | 66 | 301 | 22 | 47 |
| Binary | 1010010 | 1101110 | 1110110 | 11111 | 111 | 0 | 110110 | 11000001 | 10010 | 100111 |
Color Harmonies of #526E76
Complementary color
Monochromatic Colors of #526E76
Black with #526E76
Text Example
Text Example
White with #526E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E76; }
p { color: rgb(82,110,118); }
H1.HeaderClassName
{
color: #526E76;
}
.AnyTagClassName
{
color: #526E76;
}
</style>
background-color css
<style>
a { background-color: #526E76; }
a { background-color: rgb(82,110,118); }
div.DivClassName
{
background-color: #526E76;
}
.BgClassName
{
background-color: #526E76;
}
</style>
border-color css
<style>
span { border-color: #526E76; }
span { border-color: rgb(82,110,118); }
td.TdClassName
{
border-color: #526E76;
}
.TagClassName
{
border-color: #526E76;
}
</style>