Shades of Bismark #536E76
Tints of Bismark #536E76
RGB
CMYK
RGB Variations
Color information
#536E76 (or 0x536E76) is known color: Bismark. HEX triplet: 53, 6E and 76. RGB value is (83,110,118). Sum of RGB (Red+Green+Blue) = 83+110+118=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #536E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E76 is #AC9189. Grayscale: #666666. Windows color (decimal): -11309450 or 7761491. OLE color: 7761491.
HSL color Cylindrical-coordinate representation of color #536E76: hue angle of 193.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536E76 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 110 | 118 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.54 |
| HSL | 193.71º | 0.17% | 0.39% | - |
| HSV(B) | 193.71º | 0.3% | 0.46% | - |
| XYZ | 12.41 | 14.3 | 19.25 | - |
| YUV | 102.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 118 | 0.30 | 0.07 | 0 | 0.54 | 193.71 | 0.17 | 0.39 |
| Hex | 53 | 6E | 76 | 1E | 7 | 0 | 36 | C2 | 11 | 27 |
| Octal | 123 | 156 | 166 | 36 | 7 | 0 | 66 | 302 | 21 | 47 |
| Binary | 1010011 | 1101110 | 1110110 | 11110 | 111 | 0 | 110110 | 11000010 | 10001 | 100111 |
Color Harmonies of #536E76
Complementary color
Monochromatic Colors of #536E76
Black with #536E76
Text Example
Text Example
White with #536E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536E76; }
p { color: rgb(83,110,118); }
H1.HeaderClassName
{
color: #536E76;
}
.AnyTagClassName
{
color: #536E76;
}
</style>
background-color css
<style>
a { background-color: #536E76; }
a { background-color: rgb(83,110,118); }
div.DivClassName
{
background-color: #536E76;
}
.BgClassName
{
background-color: #536E76;
}
</style>
border-color css
<style>
span { border-color: #536E76; }
span { border-color: rgb(83,110,118); }
td.TdClassName
{
border-color: #536E76;
}
.TagClassName
{
border-color: #536E76;
}
</style>