Shades of Bismark #566A75
Tints of Bismark #566A75
RGB
CMYK
RGB Variations
Color information
#566A75 (or 0x566A75) is known color: Bismark. HEX triplet: 56, 6A and 75. RGB value is (86,106,117). Sum of RGB (Red+Green+Blue) = 86+106+117=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #566A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A75 is #A9958A. Grayscale: #656565. Windows color (decimal): -11113867 or 7694934. OLE color: 7694934.
HSL color Cylindrical-coordinate representation of color #566A75: hue angle of 201.29º 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 #566A75 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 106 | 117 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.54 |
| HSL | 201.29º | 0.15% | 0.4% | - |
| HSV(B) | 201.29º | 0.26% | 0.46% | - |
| XYZ | 12.2 | 13.57 | 18.81 | - |
| YUV | 101.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 117 | 0.26 | 0.09 | 0 | 0.54 | 201.29 | 0.15 | 0.4 |
| Hex | 56 | 6A | 75 | 1A | 9 | 0 | 36 | C9 | F | 28 |
| Octal | 126 | 152 | 165 | 32 | 11 | 0 | 66 | 311 | 17 | 50 |
| Binary | 1010110 | 1101010 | 1110101 | 11010 | 1001 | 0 | 110110 | 11001001 | 1111 | 101000 |
Color Harmonies of #566A75
Complementary color
Monochromatic Colors of #566A75
Black with #566A75
Text Example
Text Example
White with #566A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A75; }
p { color: rgb(86,106,117); }
H1.HeaderClassName
{
color: #566A75;
}
.AnyTagClassName
{
color: #566A75;
}
</style>
background-color css
<style>
a { background-color: #566A75; }
a { background-color: rgb(86,106,117); }
div.DivClassName
{
background-color: #566A75;
}
.BgClassName
{
background-color: #566A75;
}
</style>
border-color css
<style>
span { border-color: #566A75; }
span { border-color: rgb(86,106,117); }
td.TdClassName
{
border-color: #566A75;
}
.TagClassName
{
border-color: #566A75;
}
</style>