Shades of Bismark #52747E
Tints of Bismark #52747E
RGB
CMYK
RGB Variations
Color information
#52747E (or 0x52747E) is known color: Bismark. HEX triplet: 52, 74 and 7E. RGB value is (82,116,126). Sum of RGB (Red+Green+Blue) = 82+116+126=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #52747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52747E is #AD8B81. Grayscale: #6A6A6A. Windows color (decimal): -11373442 or 8287314. OLE color: 8287314.
HSL color Cylindrical-coordinate representation of color #52747E: hue angle of 193.64º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52747E is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 116 | 126 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.51 |
| HSL | 193.64º | 0.21% | 0.41% | - |
| HSV(B) | 193.64º | 0.35% | 0.49% | - |
| XYZ | 13.49 | 15.79 | 22.08 | - |
| YUV | 106.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 126 | 0.35 | 0.08 | 0 | 0.51 | 193.64 | 0.21 | 0.41 |
| Hex | 52 | 74 | 7E | 23 | 8 | 0 | 33 | C2 | 15 | 29 |
| Octal | 122 | 164 | 176 | 43 | 10 | 0 | 63 | 302 | 25 | 51 |
| Binary | 1010010 | 1110100 | 1111110 | 100011 | 1000 | 0 | 110011 | 11000010 | 10101 | 101001 |
Color Harmonies of #52747E
Complementary color
Monochromatic Colors of #52747E
Black with #52747E
Text Example
Text Example
White with #52747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52747E; }
p { color: rgb(82,116,126); }
H1.HeaderClassName
{
color: #52747E;
}
.AnyTagClassName
{
color: #52747E;
}
</style>
background-color css
<style>
a { background-color: #52747E; }
a { background-color: rgb(82,116,126); }
div.DivClassName
{
background-color: #52747E;
}
.BgClassName
{
background-color: #52747E;
}
</style>
border-color css
<style>
span { border-color: #52747E; }
span { border-color: rgb(82,116,126); }
td.TdClassName
{
border-color: #52747E;
}
.TagClassName
{
border-color: #52747E;
}
</style>