Shades of Chambray #56617E
Tints of Chambray #56617E
RGB
CMYK
RGB Variations
Color information
#56617E (or 0x56617E) is known color: Chambray. HEX triplet: 56, 61 and 7E. RGB value is (86,97,126). Sum of RGB (Red+Green+Blue) = 86+97+126=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #56617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56617E is #A99E81. Grayscale: #606060. Windows color (decimal): -11116162 or 8282454. OLE color: 8282454.
HSL color Cylindrical-coordinate representation of color #56617E: hue angle of 223.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56617E is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 97 | 126 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.51 |
| HSL | 223.5º | 0.19% | 0.42% | - |
| HSV(B) | 223.5º | 0.32% | 0.49% | - |
| XYZ | 11.88 | 12.03 | 21.44 | - |
| YUV | 97.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 126 | 0.32 | 0.23 | 0 | 0.51 | 223.5 | 0.19 | 0.42 |
| Hex | 56 | 61 | 7E | 20 | 17 | 0 | 33 | E0 | 13 | 2A |
| Octal | 126 | 141 | 176 | 40 | 27 | 0 | 63 | 340 | 23 | 52 |
| Binary | 1010110 | 1100001 | 1111110 | 100000 | 10111 | 0 | 110011 | 11100000 | 10011 | 101010 |
Color Harmonies of #56617E
Complementary color
Monochromatic Colors of #56617E
Black with #56617E
Text Example
Text Example
White with #56617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56617E; }
p { color: rgb(86,97,126); }
H1.HeaderClassName
{
color: #56617E;
}
.AnyTagClassName
{
color: #56617E;
}
</style>
background-color css
<style>
a { background-color: #56617E; }
a { background-color: rgb(86,97,126); }
div.DivClassName
{
background-color: #56617E;
}
.BgClassName
{
background-color: #56617E;
}
</style>
border-color css
<style>
span { border-color: #56617E; }
span { border-color: rgb(86,97,126); }
td.TdClassName
{
border-color: #56617E;
}
.TagClassName
{
border-color: #56617E;
}
</style>