Shades of Bismark #537483
Tints of Bismark #537483
RGB
CMYK
RGB Variations
Color information
#537483 (or 0x537483) is known color: Bismark. HEX triplet: 53, 74 and 83. RGB value is (83,116,131). Sum of RGB (Red+Green+Blue) = 83+116+131=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #537483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537483 is #AC8B7C. Grayscale: #6B6B6B. Windows color (decimal): -11307901 or 8614995. OLE color: 8614995.
HSL color Cylindrical-coordinate representation of color #537483: hue angle of 198.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537483 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 116 | 131 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.49 |
| HSL | 198.75º | 0.22% | 0.42% | - |
| HSV(B) | 198.75º | 0.37% | 0.51% | - |
| XYZ | 13.91 | 15.97 | 23.82 | - |
| YUV | 107.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 131 | 0.37 | 0.11 | 0 | 0.49 | 198.75 | 0.22 | 0.42 |
| Hex | 53 | 74 | 83 | 25 | B | 0 | 31 | C7 | 16 | 2A |
| Octal | 123 | 164 | 203 | 45 | 13 | 0 | 61 | 307 | 26 | 52 |
| Binary | 1010011 | 1110100 | 10000011 | 100101 | 1011 | 0 | 110001 | 11000111 | 10110 | 101010 |
Color Harmonies of #537483
Complementary color
Monochromatic Colors of #537483
Black with #537483
Text Example
Text Example
White with #537483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537483; }
p { color: rgb(83,116,131); }
H1.HeaderClassName
{
color: #537483;
}
.AnyTagClassName
{
color: #537483;
}
</style>
background-color css
<style>
a { background-color: #537483; }
a { background-color: rgb(83,116,131); }
div.DivClassName
{
background-color: #537483;
}
.BgClassName
{
background-color: #537483;
}
</style>
border-color css
<style>
span { border-color: #537483; }
span { border-color: rgb(83,116,131); }
td.TdClassName
{
border-color: #537483;
}
.TagClassName
{
border-color: #537483;
}
</style>