Shades of Chambray #56607D
Tints of Chambray #56607D
RGB
CMYK
RGB Variations
Color information
#56607D (or 0x56607D) is known color: Chambray. HEX triplet: 56, 60 and 7D. RGB value is (86,96,125). Sum of RGB (Red+Green+Blue) = 86+96+125=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #56607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56607D is #A99F82. Grayscale: #606060. Windows color (decimal): -11116419 or 8216662. OLE color: 8216662.
HSL color Cylindrical-coordinate representation of color #56607D: hue angle of 224.62º 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 #56607D is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 96 | 125 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.51 |
| HSL | 224.62º | 0.18% | 0.41% | - |
| HSV(B) | 224.62º | 0.31% | 0.49% | - |
| XYZ | 11.72 | 11.82 | 21.07 | - |
| YUV | 96.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 125 | 0.31 | 0.23 | 0 | 0.51 | 224.62 | 0.18 | 0.41 |
| Hex | 56 | 60 | 7D | 1F | 17 | 0 | 33 | E1 | 12 | 29 |
| Octal | 126 | 140 | 175 | 37 | 27 | 0 | 63 | 341 | 22 | 51 |
| Binary | 1010110 | 1100000 | 1111101 | 11111 | 10111 | 0 | 110011 | 11100001 | 10010 | 101001 |
Color Harmonies of #56607D
Complementary color
Monochromatic Colors of #56607D
Black with #56607D
Text Example
Text Example
White with #56607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56607D; }
p { color: rgb(86,96,125); }
H1.HeaderClassName
{
color: #56607D;
}
.AnyTagClassName
{
color: #56607D;
}
</style>
background-color css
<style>
a { background-color: #56607D; }
a { background-color: rgb(86,96,125); }
div.DivClassName
{
background-color: #56607D;
}
.BgClassName
{
background-color: #56607D;
}
</style>
border-color css
<style>
span { border-color: #56607D; }
span { border-color: rgb(86,96,125); }
td.TdClassName
{
border-color: #56607D;
}
.TagClassName
{
border-color: #56607D;
}
</style>