Shades of Bismark #576C78
Tints of Bismark #576C78
RGB
CMYK
RGB Variations
Color information
#576C78 (or 0x576C78) is known color: Bismark. HEX triplet: 57, 6C and 78. RGB value is (87,108,120). Sum of RGB (Red+Green+Blue) = 87+108+120=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #576C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576C78 is #A89387. Grayscale: #676767. Windows color (decimal): -11047816 or 7892055. OLE color: 7892055.
HSL color Cylindrical-coordinate representation of color #576C78: hue angle of 201.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #576C78 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 108 | 120 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.53 |
| HSL | 201.82º | 0.16% | 0.41% | - |
| HSV(B) | 201.82º | 0.28% | 0.47% | - |
| XYZ | 12.68 | 14.11 | 19.82 | - |
| YUV | 103.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 120 | 0.28 | 0.10 | 0 | 0.53 | 201.82 | 0.16 | 0.41 |
| Hex | 57 | 6C | 78 | 1C | A | 0 | 35 | CA | 10 | 29 |
| Octal | 127 | 154 | 170 | 34 | 12 | 0 | 65 | 312 | 20 | 51 |
| Binary | 1010111 | 1101100 | 1111000 | 11100 | 1010 | 0 | 110101 | 11001010 | 10000 | 101001 |
Color Harmonies of #576C78
Complementary color
Monochromatic Colors of #576C78
Black with #576C78
Text Example
Text Example
White with #576C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576C78; }
p { color: rgb(87,108,120); }
H1.HeaderClassName
{
color: #576C78;
}
.AnyTagClassName
{
color: #576C78;
}
</style>
background-color css
<style>
a { background-color: #576C78; }
a { background-color: rgb(87,108,120); }
div.DivClassName
{
background-color: #576C78;
}
.BgClassName
{
background-color: #576C78;
}
</style>
border-color css
<style>
span { border-color: #576C78; }
span { border-color: rgb(87,108,120); }
td.TdClassName
{
border-color: #576C78;
}
.TagClassName
{
border-color: #576C78;
}
</style>