Shades of Chambray #55637D
Tints of Chambray #55637D
RGB
CMYK
RGB Variations
Color information
#55637D (or 0x55637D) is known color: Chambray. HEX triplet: 55, 63 and 7D. RGB value is (85,99,125). Sum of RGB (Red+Green+Blue) = 85+99+125=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #55637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55637D is #AA9C82. Grayscale: #616161. Windows color (decimal): -11181187 or 8217429. OLE color: 8217429.
HSL color Cylindrical-coordinate representation of color #55637D: hue angle of 219º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55637D is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 99 | 125 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.51 |
| HSL | 219º | 0.19% | 0.41% | - |
| HSV(B) | 219º | 0.32% | 0.49% | - |
| XYZ | 11.91 | 12.34 | 21.16 | - |
| YUV | 97.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 125 | 0.32 | 0.21 | 0 | 0.51 | 219 | 0.19 | 0.41 |
| Hex | 55 | 63 | 7D | 20 | 15 | 0 | 33 | DB | 13 | 29 |
| Octal | 125 | 143 | 175 | 40 | 25 | 0 | 63 | 333 | 23 | 51 |
| Binary | 1010101 | 1100011 | 1111101 | 100000 | 10101 | 0 | 110011 | 11011011 | 10011 | 101001 |
Color Harmonies of #55637D
Complementary color
Monochromatic Colors of #55637D
Black with #55637D
Text Example
Text Example
White with #55637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55637D; }
p { color: rgb(85,99,125); }
H1.HeaderClassName
{
color: #55637D;
}
.AnyTagClassName
{
color: #55637D;
}
</style>
background-color css
<style>
a { background-color: #55637D; }
a { background-color: rgb(85,99,125); }
div.DivClassName
{
background-color: #55637D;
}
.BgClassName
{
background-color: #55637D;
}
</style>
border-color css
<style>
span { border-color: #55637D; }
span { border-color: rgb(85,99,125); }
td.TdClassName
{
border-color: #55637D;
}
.TagClassName
{
border-color: #55637D;
}
</style>