Shades of Chambray #56617F
Tints of Chambray #56617F
RGB
CMYK
RGB Variations
Color information
#56617F (or 0x56617F) is known color: Chambray. HEX triplet: 56, 61 and 7F. RGB value is (86,97,127). Sum of RGB (Red+Green+Blue) = 86+97+127=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #56617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56617F is #A99E80. Grayscale: #616161. Windows color (decimal): -11116161 or 8347990. OLE color: 8347990.
HSL color Cylindrical-coordinate representation of color #56617F: hue angle of 223.9º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56617F is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 97 | 127 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.50 |
| HSL | 223.9º | 0.19% | 0.42% | - |
| HSV(B) | 223.9º | 0.32% | 0.5% | - |
| XYZ | 11.94 | 12.06 | 21.78 | - |
| YUV | 97.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 127 | 0.32 | 0.24 | 0 | 0.50 | 223.9 | 0.19 | 0.42 |
| Hex | 56 | 61 | 7F | 20 | 18 | 0 | 32 | E0 | 13 | 2A |
| Octal | 126 | 141 | 177 | 40 | 30 | 0 | 62 | 340 | 23 | 52 |
| Binary | 1010110 | 1100001 | 1111111 | 100000 | 11000 | 0 | 110010 | 11100000 | 10011 | 101010 |
Color Harmonies of #56617F
Complementary color
Monochromatic Colors of #56617F
Black with #56617F
Text Example
Text Example
White with #56617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56617F; }
p { color: rgb(86,97,127); }
H1.HeaderClassName
{
color: #56617F;
}
.AnyTagClassName
{
color: #56617F;
}
</style>
background-color css
<style>
a { background-color: #56617F; }
a { background-color: rgb(86,97,127); }
div.DivClassName
{
background-color: #56617F;
}
.BgClassName
{
background-color: #56617F;
}
</style>
border-color css
<style>
span { border-color: #56617F; }
span { border-color: rgb(86,97,127); }
td.TdClassName
{
border-color: #56617F;
}
.TagClassName
{
border-color: #56617F;
}
</style>