Shades of Chambray #56607C
Tints of Chambray #56607C
RGB
CMYK
RGB Variations
Color information
#56607C (or 0x56607C) is known color: Chambray. HEX triplet: 56, 60 and 7C. RGB value is (86,96,124). Sum of RGB (Red+Green+Blue) = 86+96+124=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #56607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56607C is #A99F83. Grayscale: #606060. Windows color (decimal): -11116420 or 8151126. OLE color: 8151126.
HSL color Cylindrical-coordinate representation of color #56607C: hue angle of 224.21º 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 #56607C is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 96 | 124 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.51 |
| HSL | 224.21º | 0.18% | 0.41% | - |
| HSV(B) | 224.21º | 0.31% | 0.49% | - |
| XYZ | 11.66 | 11.8 | 20.73 | - |
| YUV | 96.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 124 | 0.31 | 0.23 | 0 | 0.51 | 224.21 | 0.18 | 0.41 |
| Hex | 56 | 60 | 7C | 1F | 17 | 0 | 33 | E0 | 12 | 29 |
| Octal | 126 | 140 | 174 | 37 | 27 | 0 | 63 | 340 | 22 | 51 |
| Binary | 1010110 | 1100000 | 1111100 | 11111 | 10111 | 0 | 110011 | 11100000 | 10010 | 101001 |
Color Harmonies of #56607C
Complementary color
Monochromatic Colors of #56607C
Black with #56607C
Text Example
Text Example
White with #56607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56607C; }
p { color: rgb(86,96,124); }
H1.HeaderClassName
{
color: #56607C;
}
.AnyTagClassName
{
color: #56607C;
}
</style>
background-color css
<style>
a { background-color: #56607C; }
a { background-color: rgb(86,96,124); }
div.DivClassName
{
background-color: #56607C;
}
.BgClassName
{
background-color: #56607C;
}
</style>
border-color css
<style>
span { border-color: #56607C; }
span { border-color: rgb(86,96,124); }
td.TdClassName
{
border-color: #56607C;
}
.TagClassName
{
border-color: #56607C;
}
</style>