Shades of Chambray #56617D
Tints of Chambray #56617D
RGB
CMYK
RGB Variations
Color information
#56617D (or 0x56617D) is known color: Chambray. HEX triplet: 56, 61 and 7D. RGB value is (86,97,125). Sum of RGB (Red+Green+Blue) = 86+97+125=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #56617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56617D is #A99E82. Grayscale: #606060. Windows color (decimal): -11116163 or 8216918. OLE color: 8216918.
HSL color Cylindrical-coordinate representation of color #56617D: hue angle of 223.08º 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 #56617D is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 97 | 125 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.51 |
| HSL | 223.08º | 0.18% | 0.41% | - |
| HSV(B) | 223.08º | 0.31% | 0.49% | - |
| XYZ | 11.81 | 12.01 | 21.1 | - |
| YUV | 96.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 125 | 0.31 | 0.22 | 0 | 0.51 | 223.08 | 0.18 | 0.41 |
| Hex | 56 | 61 | 7D | 1F | 16 | 0 | 33 | DF | 12 | 29 |
| Octal | 126 | 141 | 175 | 37 | 26 | 0 | 63 | 337 | 22 | 51 |
| Binary | 1010110 | 1100001 | 1111101 | 11111 | 10110 | 0 | 110011 | 11011111 | 10010 | 101001 |
Color Harmonies of #56617D
Complementary color
Monochromatic Colors of #56617D
Black with #56617D
Text Example
Text Example
White with #56617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56617D; }
p { color: rgb(86,97,125); }
H1.HeaderClassName
{
color: #56617D;
}
.AnyTagClassName
{
color: #56617D;
}
</style>
background-color css
<style>
a { background-color: #56617D; }
a { background-color: rgb(86,97,125); }
div.DivClassName
{
background-color: #56617D;
}
.BgClassName
{
background-color: #56617D;
}
</style>
border-color css
<style>
span { border-color: #56617D; }
span { border-color: rgb(86,97,125); }
td.TdClassName
{
border-color: #56617D;
}
.TagClassName
{
border-color: #56617D;
}
</style>