Shades of Bismark #526F77
Tints of Bismark #526F77
RGB
CMYK
RGB Variations
Color information
#526F77 (or 0x526F77) is known color: Bismark. HEX triplet: 52, 6F and 77. RGB value is (82,111,119). Sum of RGB (Red+Green+Blue) = 82+111+119=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #526F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F77 is #AD9088. Grayscale: #676767. Windows color (decimal): -11374729 or 7827282. OLE color: 7827282.
HSL color Cylindrical-coordinate representation of color #526F77: hue angle of 192.97º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526F77 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 111 | 119 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.53 |
| HSL | 192.97º | 0.18% | 0.39% | - |
| HSV(B) | 192.97º | 0.31% | 0.47% | - |
| XYZ | 12.49 | 14.49 | 19.59 | - |
| YUV | 103.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 119 | 0.31 | 0.07 | 0 | 0.53 | 192.97 | 0.18 | 0.39 |
| Hex | 52 | 6F | 77 | 1F | 7 | 0 | 35 | C1 | 12 | 27 |
| Octal | 122 | 157 | 167 | 37 | 7 | 0 | 65 | 301 | 22 | 47 |
| Binary | 1010010 | 1101111 | 1110111 | 11111 | 111 | 0 | 110101 | 11000001 | 10010 | 100111 |
Color Harmonies of #526F77
Complementary color
Monochromatic Colors of #526F77
Black with #526F77
Text Example
Text Example
White with #526F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F77; }
p { color: rgb(82,111,119); }
H1.HeaderClassName
{
color: #526F77;
}
.AnyTagClassName
{
color: #526F77;
}
</style>
background-color css
<style>
a { background-color: #526F77; }
a { background-color: rgb(82,111,119); }
div.DivClassName
{
background-color: #526F77;
}
.BgClassName
{
background-color: #526F77;
}
</style>
border-color css
<style>
span { border-color: #526F77; }
span { border-color: rgb(82,111,119); }
td.TdClassName
{
border-color: #526F77;
}
.TagClassName
{
border-color: #526F77;
}
</style>