Shades of Bismark #53747C
Tints of Bismark #53747C
RGB
CMYK
RGB Variations
Color information
#53747C (or 0x53747C) is known color: Bismark. HEX triplet: 53, 74 and 7C. RGB value is (83,116,124). Sum of RGB (Red+Green+Blue) = 83+116+124=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #53747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53747C is #AC8B83. Grayscale: #6A6A6A. Windows color (decimal): -11307908 or 8156243. OLE color: 8156243.
HSL color Cylindrical-coordinate representation of color #53747C: hue angle of 191.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53747C is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 116 | 124 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.51 |
| HSL | 191.71º | 0.2% | 0.41% | - |
| HSV(B) | 191.71º | 0.33% | 0.49% | - |
| XYZ | 13.45 | 15.79 | 21.41 | - |
| YUV | 107.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 124 | 0.33 | 0.06 | 0 | 0.51 | 191.71 | 0.2 | 0.41 |
| Hex | 53 | 74 | 7C | 21 | 6 | 0 | 33 | C0 | 14 | 29 |
| Octal | 123 | 164 | 174 | 41 | 6 | 0 | 63 | 300 | 24 | 51 |
| Binary | 1010011 | 1110100 | 1111100 | 100001 | 110 | 0 | 110011 | 11000000 | 10100 | 101001 |
Color Harmonies of #53747C
Complementary color
Monochromatic Colors of #53747C
Black with #53747C
Text Example
Text Example
White with #53747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53747C; }
p { color: rgb(83,116,124); }
H1.HeaderClassName
{
color: #53747C;
}
.AnyTagClassName
{
color: #53747C;
}
</style>
background-color css
<style>
a { background-color: #53747C; }
a { background-color: rgb(83,116,124); }
div.DivClassName
{
background-color: #53747C;
}
.BgClassName
{
background-color: #53747C;
}
</style>
border-color css
<style>
span { border-color: #53747C; }
span { border-color: rgb(83,116,124); }
td.TdClassName
{
border-color: #53747C;
}
.TagClassName
{
border-color: #53747C;
}
</style>