Shades of Bismark #566C79
Tints of Bismark #566C79
RGB
CMYK
RGB Variations
Color information
#566C79 (or 0x566C79) is known color: Bismark. HEX triplet: 56, 6C and 79. RGB value is (86,108,121). Sum of RGB (Red+Green+Blue) = 86+108+121=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #566C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C79 is #A99386. Grayscale: #666666. Windows color (decimal): -11113351 or 7957590. OLE color: 7957590.
HSL color Cylindrical-coordinate representation of color #566C79: hue angle of 202.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #566C79 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 108 | 121 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.53 |
| HSL | 202.29º | 0.17% | 0.41% | - |
| HSV(B) | 202.29º | 0.29% | 0.47% | - |
| XYZ | 12.65 | 14.08 | 20.14 | - |
| YUV | 102.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 121 | 0.29 | 0.11 | 0 | 0.53 | 202.29 | 0.17 | 0.41 |
| Hex | 56 | 6C | 79 | 1D | B | 0 | 35 | CA | 11 | 29 |
| Octal | 126 | 154 | 171 | 35 | 13 | 0 | 65 | 312 | 21 | 51 |
| Binary | 1010110 | 1101100 | 1111001 | 11101 | 1011 | 0 | 110101 | 11001010 | 10001 | 101001 |
Color Harmonies of #566C79
Complementary color
Monochromatic Colors of #566C79
Black with #566C79
Text Example
Text Example
White with #566C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C79; }
p { color: rgb(86,108,121); }
H1.HeaderClassName
{
color: #566C79;
}
.AnyTagClassName
{
color: #566C79;
}
</style>
background-color css
<style>
a { background-color: #566C79; }
a { background-color: rgb(86,108,121); }
div.DivClassName
{
background-color: #566C79;
}
.BgClassName
{
background-color: #566C79;
}
</style>
border-color css
<style>
span { border-color: #566C79; }
span { border-color: rgb(86,108,121); }
td.TdClassName
{
border-color: #566C79;
}
.TagClassName
{
border-color: #566C79;
}
</style>