Shades of Bismark #53737B
Tints of Bismark #53737B
RGB
CMYK
RGB Variations
Color information
#53737B (or 0x53737B) is known color: Bismark. HEX triplet: 53, 73 and 7B. RGB value is (83,115,123). Sum of RGB (Red+Green+Blue) = 83+115+123=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #53737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53737B is #AC8C84. Grayscale: #6A6A6A. Windows color (decimal): -11308165 or 8090451. OLE color: 8090451.
HSL color Cylindrical-coordinate representation of color #53737B: hue angle of 192º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53737B is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 115 | 123 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.52 |
| HSL | 192º | 0.19% | 0.4% | - |
| HSV(B) | 192º | 0.33% | 0.48% | - |
| XYZ | 13.27 | 15.53 | 21.04 | - |
| YUV | 106.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 123 | 0.33 | 0.07 | 0 | 0.52 | 192 | 0.19 | 0.4 |
| Hex | 53 | 73 | 7B | 21 | 7 | 0 | 34 | C0 | 13 | 28 |
| Octal | 123 | 163 | 173 | 41 | 7 | 0 | 64 | 300 | 23 | 50 |
| Binary | 1010011 | 1110011 | 1111011 | 100001 | 111 | 0 | 110100 | 11000000 | 10011 | 101000 |
Color Harmonies of #53737B
Complementary color
Monochromatic Colors of #53737B
Black with #53737B
Text Example
Text Example
White with #53737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53737B; }
p { color: rgb(83,115,123); }
H1.HeaderClassName
{
color: #53737B;
}
.AnyTagClassName
{
color: #53737B;
}
</style>
background-color css
<style>
a { background-color: #53737B; }
a { background-color: rgb(83,115,123); }
div.DivClassName
{
background-color: #53737B;
}
.BgClassName
{
background-color: #53737B;
}
</style>
border-color css
<style>
span { border-color: #53737B; }
span { border-color: rgb(83,115,123); }
td.TdClassName
{
border-color: #53737B;
}
.TagClassName
{
border-color: #53737B;
}
</style>