Shades of Bismark #52666F
Tints of Bismark #52666F
RGB
CMYK
RGB Variations
Color information
#52666F (or 0x52666F) is known color: Bismark. HEX triplet: 52, 66 and 6F. RGB value is (82,102,111). Sum of RGB (Red+Green+Blue) = 82+102+111=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #52666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52666F is #AD9990. Grayscale: #606060. Windows color (decimal): -11377041 or 7300690. OLE color: 7300690.
HSL color Cylindrical-coordinate representation of color #52666F: hue angle of 198.62º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52666F is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 102 | 111 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.56 |
| HSL | 198.62º | 0.15% | 0.38% | - |
| HSV(B) | 198.62º | 0.26% | 0.44% | - |
| XYZ | 11.1 | 12.44 | 16.86 | - |
| YUV | 97.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 111 | 0.26 | 0.08 | 0 | 0.56 | 198.62 | 0.15 | 0.38 |
| Hex | 52 | 66 | 6F | 1A | 8 | 0 | 38 | C7 | F | 26 |
| Octal | 122 | 146 | 157 | 32 | 10 | 0 | 70 | 307 | 17 | 46 |
| Binary | 1010010 | 1100110 | 1101111 | 11010 | 1000 | 0 | 111000 | 11000111 | 1111 | 100110 |
Color Harmonies of #52666F
Complementary color
Monochromatic Colors of #52666F
Black with #52666F
Text Example
Text Example
White with #52666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52666F; }
p { color: rgb(82,102,111); }
H1.HeaderClassName
{
color: #52666F;
}
.AnyTagClassName
{
color: #52666F;
}
</style>
background-color css
<style>
a { background-color: #52666F; }
a { background-color: rgb(82,102,111); }
div.DivClassName
{
background-color: #52666F;
}
.BgClassName
{
background-color: #52666F;
}
</style>
border-color css
<style>
span { border-color: #52666F; }
span { border-color: rgb(82,102,111); }
td.TdClassName
{
border-color: #52666F;
}
.TagClassName
{
border-color: #52666F;
}
</style>