Shades of Bismark #586C78
Tints of Bismark #586C78
RGB
CMYK
RGB Variations
Color information
#586C78 (or 0x586C78) is known color: Bismark. HEX triplet: 58, 6C and 78. RGB value is (88,108,120). Sum of RGB (Red+Green+Blue) = 88+108+120=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #586C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C78 is #A79387. Grayscale: #676767. Windows color (decimal): -10982280 or 7892056. OLE color: 7892056.
HSL color Cylindrical-coordinate representation of color #586C78: hue angle of 202.5º degrees, saturation: 0.15, 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 #586C78 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 108 | 120 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.53 |
| HSL | 202.5º | 0.15% | 0.41% | - |
| HSV(B) | 202.5º | 0.27% | 0.47% | - |
| XYZ | 12.78 | 14.16 | 19.83 | - |
| YUV | 103.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 120 | 0.27 | 0.10 | 0 | 0.53 | 202.5 | 0.15 | 0.41 |
| Hex | 58 | 6C | 78 | 1B | A | 0 | 35 | CA | F | 29 |
| Octal | 130 | 154 | 170 | 33 | 12 | 0 | 65 | 312 | 17 | 51 |
| Binary | 1011000 | 1101100 | 1111000 | 11011 | 1010 | 0 | 110101 | 11001010 | 1111 | 101001 |
Color Harmonies of #586C78
Complementary color
Monochromatic Colors of #586C78
Black with #586C78
Text Example
Text Example
White with #586C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586C78; }
p { color: rgb(88,108,120); }
H1.HeaderClassName
{
color: #586C78;
}
.AnyTagClassName
{
color: #586C78;
}
</style>
background-color css
<style>
a { background-color: #586C78; }
a { background-color: rgb(88,108,120); }
div.DivClassName
{
background-color: #586C78;
}
.BgClassName
{
background-color: #586C78;
}
</style>
border-color css
<style>
span { border-color: #586C78; }
span { border-color: rgb(88,108,120); }
td.TdClassName
{
border-color: #586C78;
}
.TagClassName
{
border-color: #586C78;
}
</style>