Shades of Bismark #566F7C
Tints of Bismark #566F7C
RGB
CMYK
RGB Variations
Color information
#566F7C (or 0x566F7C) is known color: Bismark. HEX triplet: 56, 6F and 7C. RGB value is (86,111,124). Sum of RGB (Red+Green+Blue) = 86+111+124=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #566F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F7C is #A99083. Grayscale: #686868. Windows color (decimal): -11112580 or 8154966. OLE color: 8154966.
HSL color Cylindrical-coordinate representation of color #566F7C: hue angle of 200.53º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #566F7C is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 111 | 124 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.51 |
| HSL | 200.53º | 0.18% | 0.41% | - |
| HSV(B) | 200.53º | 0.31% | 0.49% | - |
| XYZ | 13.16 | 14.8 | 21.23 | - |
| YUV | 105.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 124 | 0.31 | 0.10 | 0 | 0.51 | 200.53 | 0.18 | 0.41 |
| Hex | 56 | 6F | 7C | 1F | A | 0 | 33 | C9 | 12 | 29 |
| Octal | 126 | 157 | 174 | 37 | 12 | 0 | 63 | 311 | 22 | 51 |
| Binary | 1010110 | 1101111 | 1111100 | 11111 | 1010 | 0 | 110011 | 11001001 | 10010 | 101001 |
Color Harmonies of #566F7C
Complementary color
Monochromatic Colors of #566F7C
Black with #566F7C
Text Example
Text Example
White with #566F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F7C; }
p { color: rgb(86,111,124); }
H1.HeaderClassName
{
color: #566F7C;
}
.AnyTagClassName
{
color: #566F7C;
}
</style>
background-color css
<style>
a { background-color: #566F7C; }
a { background-color: rgb(86,111,124); }
div.DivClassName
{
background-color: #566F7C;
}
.BgClassName
{
background-color: #566F7C;
}
</style>
border-color css
<style>
span { border-color: #566F7C; }
span { border-color: rgb(86,111,124); }
td.TdClassName
{
border-color: #566F7C;
}
.TagClassName
{
border-color: #566F7C;
}
</style>