Shades of Bismark #536C7B
Tints of Bismark #536C7B
RGB
CMYK
RGB Variations
Color information
#536C7B (or 0x536C7B) is known color: Bismark. HEX triplet: 53, 6C and 7B. RGB value is (83,108,123). Sum of RGB (Red+Green+Blue) = 83+108+123=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #536C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C7B is #AC9384. Grayscale: #666666. Windows color (decimal): -11309957 or 8088659. OLE color: 8088659.
HSL color Cylindrical-coordinate representation of color #536C7B: hue angle of 202.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536C7B is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 108 | 123 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.52 |
| HSL | 202.5º | 0.19% | 0.4% | - |
| HSV(B) | 202.5º | 0.33% | 0.48% | - |
| XYZ | 12.5 | 13.99 | 20.78 | - |
| YUV | 102.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 123 | 0.33 | 0.12 | 0 | 0.52 | 202.5 | 0.19 | 0.4 |
| Hex | 53 | 6C | 7B | 21 | C | 0 | 34 | CA | 13 | 28 |
| Octal | 123 | 154 | 173 | 41 | 14 | 0 | 64 | 312 | 23 | 50 |
| Binary | 1010011 | 1101100 | 1111011 | 100001 | 1100 | 0 | 110100 | 11001010 | 10011 | 101000 |
Color Harmonies of #536C7B
Complementary color
Monochromatic Colors of #536C7B
Black with #536C7B
Text Example
Text Example
White with #536C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C7B; }
p { color: rgb(83,108,123); }
H1.HeaderClassName
{
color: #536C7B;
}
.AnyTagClassName
{
color: #536C7B;
}
</style>
background-color css
<style>
a { background-color: #536C7B; }
a { background-color: rgb(83,108,123); }
div.DivClassName
{
background-color: #536C7B;
}
.BgClassName
{
background-color: #536C7B;
}
</style>
border-color css
<style>
span { border-color: #536C7B; }
span { border-color: rgb(83,108,123); }
td.TdClassName
{
border-color: #536C7B;
}
.TagClassName
{
border-color: #536C7B;
}
</style>