Shades of Bismark #53737A
Tints of Bismark #53737A
RGB
CMYK
RGB Variations
Color information
#53737A (or 0x53737A) is known color: Bismark. HEX triplet: 53, 73 and 7A. RGB value is (83,115,122). Sum of RGB (Red+Green+Blue) = 83+115+122=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #53737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53737A is #AC8C85. Grayscale: #6A6A6A. Windows color (decimal): -11308166 or 8024915. OLE color: 8024915.
HSL color Cylindrical-coordinate representation of color #53737A: hue angle of 190.77º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53737A is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 115 | 122 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.52 |
| HSL | 190.77º | 0.19% | 0.4% | - |
| HSV(B) | 190.77º | 0.32% | 0.48% | - |
| XYZ | 13.21 | 15.51 | 20.71 | - |
| YUV | 106.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 122 | 0.32 | 0.06 | 0 | 0.52 | 190.77 | 0.19 | 0.4 |
| Hex | 53 | 73 | 7A | 20 | 6 | 0 | 34 | BF | 13 | 28 |
| Octal | 123 | 163 | 172 | 40 | 6 | 0 | 64 | 277 | 23 | 50 |
| Binary | 1010011 | 1110011 | 1111010 | 100000 | 110 | 0 | 110100 | 10111111 | 10011 | 101000 |
Color Harmonies of #53737A
Complementary color
Monochromatic Colors of #53737A
Black with #53737A
Text Example
Text Example
White with #53737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53737A; }
p { color: rgb(83,115,122); }
H1.HeaderClassName
{
color: #53737A;
}
.AnyTagClassName
{
color: #53737A;
}
</style>
background-color css
<style>
a { background-color: #53737A; }
a { background-color: rgb(83,115,122); }
div.DivClassName
{
background-color: #53737A;
}
.BgClassName
{
background-color: #53737A;
}
</style>
border-color css
<style>
span { border-color: #53737A; }
span { border-color: rgb(83,115,122); }
td.TdClassName
{
border-color: #53737A;
}
.TagClassName
{
border-color: #53737A;
}
</style>