Shades of Bismark #576E7C
Tints of Bismark #576E7C
RGB
CMYK
RGB Variations
Color information
#576E7C (or 0x576E7C) is known color: Bismark. HEX triplet: 57, 6E and 7C. RGB value is (87,110,124). Sum of RGB (Red+Green+Blue) = 87+110+124=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #576E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576E7C is #A89183. Grayscale: #686868. Windows color (decimal): -11047300 or 8154711. OLE color: 8154711.
HSL color Cylindrical-coordinate representation of color #576E7C: hue angle of 202.7º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #576E7C is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 110 | 124 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.51 |
| HSL | 202.7º | 0.18% | 0.41% | - |
| HSV(B) | 202.7º | 0.3% | 0.49% | - |
| XYZ | 13.14 | 14.63 | 21.2 | - |
| YUV | 104.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 110 | 124 | 0.30 | 0.11 | 0 | 0.51 | 202.7 | 0.18 | 0.41 |
| Hex | 57 | 6E | 7C | 1E | B | 0 | 33 | CB | 12 | 29 |
| Octal | 127 | 156 | 174 | 36 | 13 | 0 | 63 | 313 | 22 | 51 |
| Binary | 1010111 | 1101110 | 1111100 | 11110 | 1011 | 0 | 110011 | 11001011 | 10010 | 101001 |
Color Harmonies of #576E7C
Complementary color
Monochromatic Colors of #576E7C
Black with #576E7C
Text Example
Text Example
White with #576E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576E7C; }
p { color: rgb(87,110,124); }
H1.HeaderClassName
{
color: #576E7C;
}
.AnyTagClassName
{
color: #576E7C;
}
</style>
background-color css
<style>
a { background-color: #576E7C; }
a { background-color: rgb(87,110,124); }
div.DivClassName
{
background-color: #576E7C;
}
.BgClassName
{
background-color: #576E7C;
}
</style>
border-color css
<style>
span { border-color: #576E7C; }
span { border-color: rgb(87,110,124); }
td.TdClassName
{
border-color: #576E7C;
}
.TagClassName
{
border-color: #576E7C;
}
</style>