Shades of Bismark #576A75
Tints of Bismark #576A75
RGB
CMYK
RGB Variations
Color information
#576A75 (or 0x576A75) is known color: Bismark. HEX triplet: 57, 6A and 75. RGB value is (87,106,117). Sum of RGB (Red+Green+Blue) = 87+106+117=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #576A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A75 is #A8958A. Grayscale: #656565. Windows color (decimal): -11048331 or 7694935. OLE color: 7694935.
HSL color Cylindrical-coordinate representation of color #576A75: hue angle of 202º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #576A75 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 106 | 117 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.54 |
| HSL | 202º | 0.15% | 0.4% | - |
| HSV(B) | 202º | 0.26% | 0.46% | - |
| XYZ | 12.3 | 13.62 | 18.81 | - |
| YUV | 101.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 117 | 0.26 | 0.09 | 0 | 0.54 | 202 | 0.15 | 0.4 |
| Hex | 57 | 6A | 75 | 1A | 9 | 0 | 36 | CA | F | 28 |
| Octal | 127 | 152 | 165 | 32 | 11 | 0 | 66 | 312 | 17 | 50 |
| Binary | 1010111 | 1101010 | 1110101 | 11010 | 1001 | 0 | 110110 | 11001010 | 1111 | 101000 |
Color Harmonies of #576A75
Complementary color
Monochromatic Colors of #576A75
Black with #576A75
Text Example
Text Example
White with #576A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A75; }
p { color: rgb(87,106,117); }
H1.HeaderClassName
{
color: #576A75;
}
.AnyTagClassName
{
color: #576A75;
}
</style>
background-color css
<style>
a { background-color: #576A75; }
a { background-color: rgb(87,106,117); }
div.DivClassName
{
background-color: #576A75;
}
.BgClassName
{
background-color: #576A75;
}
</style>
border-color css
<style>
span { border-color: #576A75; }
span { border-color: rgb(87,106,117); }
td.TdClassName
{
border-color: #576A75;
}
.TagClassName
{
border-color: #576A75;
}
</style>