Shades of Bismark #53727E
Tints of Bismark #53727E
RGB
CMYK
RGB Variations
Color information
#53727E (or 0x53727E) is known color: Bismark. HEX triplet: 53, 72 and 7E. RGB value is (83,114,126). Sum of RGB (Red+Green+Blue) = 83+114+126=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 126 - color contains mainly: blue. Hex color #53727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53727E is #AC8D81. Grayscale: #6A6A6A. Windows color (decimal): -11308418 or 8286803. OLE color: 8286803.
HSL color Cylindrical-coordinate representation of color #53727E: hue angle of 196.74º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53727E is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 114 | 126 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.51 |
| HSL | 196.74º | 0.21% | 0.41% | - |
| HSV(B) | 196.74º | 0.34% | 0.49% | - |
| XYZ | 13.35 | 15.38 | 22 | - |
| YUV | 106.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 126 | 0.34 | 0.10 | 0 | 0.51 | 196.74 | 0.21 | 0.41 |
| Hex | 53 | 72 | 7E | 22 | A | 0 | 33 | C5 | 15 | 29 |
| Octal | 123 | 162 | 176 | 42 | 12 | 0 | 63 | 305 | 25 | 51 |
| Binary | 1010011 | 1110010 | 1111110 | 100010 | 1010 | 0 | 110011 | 11000101 | 10101 | 101001 |
Color Harmonies of #53727E
Complementary color
Monochromatic Colors of #53727E
Black with #53727E
Text Example
Text Example
White with #53727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53727E; }
p { color: rgb(83,114,126); }
H1.HeaderClassName
{
color: #53727E;
}
.AnyTagClassName
{
color: #53727E;
}
</style>
background-color css
<style>
a { background-color: #53727E; }
a { background-color: rgb(83,114,126); }
div.DivClassName
{
background-color: #53727E;
}
.BgClassName
{
background-color: #53727E;
}
</style>
border-color css
<style>
span { border-color: #53727E; }
span { border-color: rgb(83,114,126); }
td.TdClassName
{
border-color: #53727E;
}
.TagClassName
{
border-color: #53727E;
}
</style>