Shades of Bismark #53747A
Tints of Bismark #53747A
RGB
CMYK
RGB Variations
Color information
#53747A (or 0x53747A) is known color: Bismark. HEX triplet: 53, 74 and 7A. RGB value is (83,116,122). Sum of RGB (Red+Green+Blue) = 83+116+122=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #53747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53747A is #AC8B85. Grayscale: #6A6A6A. Windows color (decimal): -11307910 or 8025171. OLE color: 8025171.
HSL color Cylindrical-coordinate representation of color #53747A: hue angle of 189.23º 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 #53747A is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 116 | 122 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.52 |
| HSL | 189.23º | 0.19% | 0.4% | - |
| HSV(B) | 189.23º | 0.32% | 0.48% | - |
| XYZ | 13.33 | 15.73 | 20.75 | - |
| YUV | 106.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 122 | 0.32 | 0.05 | 0 | 0.52 | 189.23 | 0.19 | 0.4 |
| Hex | 53 | 74 | 7A | 20 | 5 | 0 | 34 | BD | 13 | 28 |
| Octal | 123 | 164 | 172 | 40 | 5 | 0 | 64 | 275 | 23 | 50 |
| Binary | 1010011 | 1110100 | 1111010 | 100000 | 101 | 0 | 110100 | 10111101 | 10011 | 101000 |
Color Harmonies of #53747A
Complementary color
Monochromatic Colors of #53747A
Black with #53747A
Text Example
Text Example
White with #53747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53747A; }
p { color: rgb(83,116,122); }
H1.HeaderClassName
{
color: #53747A;
}
.AnyTagClassName
{
color: #53747A;
}
</style>
background-color css
<style>
a { background-color: #53747A; }
a { background-color: rgb(83,116,122); }
div.DivClassName
{
background-color: #53747A;
}
.BgClassName
{
background-color: #53747A;
}
</style>
border-color css
<style>
span { border-color: #53747A; }
span { border-color: rgb(83,116,122); }
td.TdClassName
{
border-color: #53747A;
}
.TagClassName
{
border-color: #53747A;
}
</style>