Shades of Bismark #52656F
Tints of Bismark #52656F
RGB
CMYK
RGB Variations
Color information
#52656F (or 0x52656F) is known color: Bismark. HEX triplet: 52, 65 and 6F. RGB value is (82,101,111). Sum of RGB (Red+Green+Blue) = 82+101+111=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 111 - color contains mainly: blue. Hex color #52656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52656F is #AD9A90. Grayscale: #606060. Windows color (decimal): -11377297 or 7300434. OLE color: 7300434.
HSL color Cylindrical-coordinate representation of color #52656F: hue angle of 200.69º 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 #52656F is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 101 | 111 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.56 |
| HSL | 200.69º | 0.15% | 0.38% | - |
| HSV(B) | 200.69º | 0.26% | 0.44% | - |
| XYZ | 11 | 12.25 | 16.82 | - |
| YUV | 96.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 111 | 0.26 | 0.09 | 0 | 0.56 | 200.69 | 0.15 | 0.38 |
| Hex | 52 | 65 | 6F | 1A | 9 | 0 | 38 | C9 | F | 26 |
| Octal | 122 | 145 | 157 | 32 | 11 | 0 | 70 | 311 | 17 | 46 |
| Binary | 1010010 | 1100101 | 1101111 | 11010 | 1001 | 0 | 111000 | 11001001 | 1111 | 100110 |
Color Harmonies of #52656F
Complementary color
Monochromatic Colors of #52656F
Black with #52656F
Text Example
Text Example
White with #52656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52656F; }
p { color: rgb(82,101,111); }
H1.HeaderClassName
{
color: #52656F;
}
.AnyTagClassName
{
color: #52656F;
}
</style>
background-color css
<style>
a { background-color: #52656F; }
a { background-color: rgb(82,101,111); }
div.DivClassName
{
background-color: #52656F;
}
.BgClassName
{
background-color: #52656F;
}
</style>
border-color css
<style>
span { border-color: #52656F; }
span { border-color: rgb(82,101,111); }
td.TdClassName
{
border-color: #52656F;
}
.TagClassName
{
border-color: #52656F;
}
</style>