Shades of Chambray #56607F
Tints of Chambray #56607F
RGB
CMYK
RGB Variations
Color information
#56607F (or 0x56607F) is known color: Chambray. HEX triplet: 56, 60 and 7F. RGB value is (86,96,127). Sum of RGB (Red+Green+Blue) = 86+96+127=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #56607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56607F is #A99F80. Grayscale: #606060. Windows color (decimal): -11116417 or 8347734. OLE color: 8347734.
HSL color Cylindrical-coordinate representation of color #56607F: hue angle of 225.37º 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 #56607F is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 96 | 127 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.50 |
| HSL | 225.37º | 0.19% | 0.42% | - |
| HSV(B) | 225.37º | 0.32% | 0.5% | - |
| XYZ | 11.85 | 11.88 | 21.75 | - |
| YUV | 96.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 127 | 0.32 | 0.24 | 0 | 0.50 | 225.37 | 0.19 | 0.42 |
| Hex | 56 | 60 | 7F | 20 | 18 | 0 | 32 | E1 | 13 | 2A |
| Octal | 126 | 140 | 177 | 40 | 30 | 0 | 62 | 341 | 23 | 52 |
| Binary | 1010110 | 1100000 | 1111111 | 100000 | 11000 | 0 | 110010 | 11100001 | 10011 | 101010 |
Color Harmonies of #56607F
Complementary color
Monochromatic Colors of #56607F
Black with #56607F
Text Example
Text Example
White with #56607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56607F; }
p { color: rgb(86,96,127); }
H1.HeaderClassName
{
color: #56607F;
}
.AnyTagClassName
{
color: #56607F;
}
</style>
background-color css
<style>
a { background-color: #56607F; }
a { background-color: rgb(86,96,127); }
div.DivClassName
{
background-color: #56607F;
}
.BgClassName
{
background-color: #56607F;
}
</style>
border-color css
<style>
span { border-color: #56607F; }
span { border-color: rgb(86,96,127); }
td.TdClassName
{
border-color: #56607F;
}
.TagClassName
{
border-color: #56607F;
}
</style>