Shades of Bismark #526B74
Tints of Bismark #526B74
RGB
CMYK
RGB Variations
Color information
#526B74 (or 0x526B74) is known color: Bismark. HEX triplet: 52, 6B and 74. RGB value is (82,107,116). Sum of RGB (Red+Green+Blue) = 82+107+116=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #526B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B74 is #AD948B. Grayscale: #646464. Windows color (decimal): -11375756 or 7629650. OLE color: 7629650.
HSL color Cylindrical-coordinate representation of color #526B74: hue angle of 195.88º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526B74 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 107 | 116 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.55 |
| HSL | 195.88º | 0.17% | 0.39% | - |
| HSV(B) | 195.88º | 0.29% | 0.45% | - |
| XYZ | 11.89 | 13.57 | 18.52 | - |
| YUV | 100.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 116 | 0.29 | 0.08 | 0 | 0.55 | 195.88 | 0.17 | 0.39 |
| Hex | 52 | 6B | 74 | 1D | 8 | 0 | 37 | C4 | 11 | 27 |
| Octal | 122 | 153 | 164 | 35 | 10 | 0 | 67 | 304 | 21 | 47 |
| Binary | 1010010 | 1101011 | 1110100 | 11101 | 1000 | 0 | 110111 | 11000100 | 10001 | 100111 |
Color Harmonies of #526B74
Complementary color
Monochromatic Colors of #526B74
Black with #526B74
Text Example
Text Example
White with #526B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B74; }
p { color: rgb(82,107,116); }
H1.HeaderClassName
{
color: #526B74;
}
.AnyTagClassName
{
color: #526B74;
}
</style>
background-color css
<style>
a { background-color: #526B74; }
a { background-color: rgb(82,107,116); }
div.DivClassName
{
background-color: #526B74;
}
.BgClassName
{
background-color: #526B74;
}
</style>
border-color css
<style>
span { border-color: #526B74; }
span { border-color: rgb(82,107,116); }
td.TdClassName
{
border-color: #526B74;
}
.TagClassName
{
border-color: #526B74;
}
</style>