Shades of Bismark #52717C
Tints of Bismark #52717C
RGB
CMYK
RGB Variations
Color information
#52717C (or 0x52717C) is known color: Bismark. HEX triplet: 52, 71 and 7C. RGB value is (82,113,124). Sum of RGB (Red+Green+Blue) = 82+113+124=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #52717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52717C is #AD8E83. Grayscale: #686868. Windows color (decimal): -11374212 or 8155474. OLE color: 8155474.
HSL color Cylindrical-coordinate representation of color #52717C: hue angle of 195.71º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52717C is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 113 | 124 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.51 |
| HSL | 195.71º | 0.2% | 0.4% | - |
| HSV(B) | 195.71º | 0.34% | 0.49% | - |
| XYZ | 13.02 | 15.06 | 21.29 | - |
| YUV | 104.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 124 | 0.34 | 0.09 | 0 | 0.51 | 195.71 | 0.2 | 0.4 |
| Hex | 52 | 71 | 7C | 22 | 9 | 0 | 33 | C4 | 14 | 28 |
| Octal | 122 | 161 | 174 | 42 | 11 | 0 | 63 | 304 | 24 | 50 |
| Binary | 1010010 | 1110001 | 1111100 | 100010 | 1001 | 0 | 110011 | 11000100 | 10100 | 101000 |
Color Harmonies of #52717C
Complementary color
Monochromatic Colors of #52717C
Black with #52717C
Text Example
Text Example
White with #52717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52717C; }
p { color: rgb(82,113,124); }
H1.HeaderClassName
{
color: #52717C;
}
.AnyTagClassName
{
color: #52717C;
}
</style>
background-color css
<style>
a { background-color: #52717C; }
a { background-color: rgb(82,113,124); }
div.DivClassName
{
background-color: #52717C;
}
.BgClassName
{
background-color: #52717C;
}
</style>
border-color css
<style>
span { border-color: #52717C; }
span { border-color: rgb(82,113,124); }
td.TdClassName
{
border-color: #52717C;
}
.TagClassName
{
border-color: #52717C;
}
</style>