Shades of Chambray #405570
Tints of Chambray #405570
RGB
CMYK
RGB Variations
Color information
#405570 (or 0x405570) is known color: Chambray. HEX triplet: 40, 55 and 70. RGB value is (64,85,112). Sum of RGB (Red+Green+Blue) = 64+85+112=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #405570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405570 is #BFAA8F. Grayscale: #515151. Windows color (decimal): -12561040 or 7361856. OLE color: 7361856.
HSL color Cylindrical-coordinate representation of color #405570: hue angle of 213.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405570 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 85 | 112 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.56 |
| HSL | 213.75º | 0.27% | 0.35% | - |
| HSV(B) | 213.75º | 0.43% | 0.44% | - |
| XYZ | 8.29 | 8.76 | 16.58 | - |
| YUV | 81.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 112 | 0.43 | 0.24 | 0 | 0.56 | 213.75 | 0.27 | 0.35 |
| Hex | 40 | 55 | 70 | 2B | 18 | 0 | 38 | D6 | 1B | 23 |
| Octal | 100 | 125 | 160 | 53 | 30 | 0 | 70 | 326 | 33 | 43 |
| Binary | 1000000 | 1010101 | 1110000 | 101011 | 11000 | 0 | 111000 | 11010110 | 11011 | 100011 |
Color Harmonies of #405570
Complementary color
Monochromatic Colors of #405570
Black with #405570
Text Example
Text Example
White with #405570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405570; }
p { color: rgb(64,85,112); }
H1.HeaderClassName
{
color: #405570;
}
.AnyTagClassName
{
color: #405570;
}
</style>
background-color css
<style>
a { background-color: #405570; }
a { background-color: rgb(64,85,112); }
div.DivClassName
{
background-color: #405570;
}
.BgClassName
{
background-color: #405570;
}
</style>
border-color css
<style>
span { border-color: #405570; }
span { border-color: rgb(64,85,112); }
td.TdClassName
{
border-color: #405570;
}
.TagClassName
{
border-color: #405570;
}
</style>