Shades of Chambray #55637C
Tints of Chambray #55637C
RGB
CMYK
RGB Variations
Color information
#55637C (or 0x55637C) is known color: Chambray. HEX triplet: 55, 63 and 7C. RGB value is (85,99,124). Sum of RGB (Red+Green+Blue) = 85+99+124=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #55637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55637C is #AA9C83. Grayscale: #616161. Windows color (decimal): -11181188 or 8151893. OLE color: 8151893.
HSL color Cylindrical-coordinate representation of color #55637C: hue angle of 218.46º degrees, saturation: 0.19, 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 #55637C is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 99 | 124 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.51 |
| HSL | 218.46º | 0.19% | 0.41% | - |
| HSV(B) | 218.46º | 0.31% | 0.49% | - |
| XYZ | 11.85 | 12.31 | 20.82 | - |
| YUV | 97.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 124 | 0.31 | 0.20 | 0 | 0.51 | 218.46 | 0.19 | 0.41 |
| Hex | 55 | 63 | 7C | 1F | 14 | 0 | 33 | DA | 13 | 29 |
| Octal | 125 | 143 | 174 | 37 | 24 | 0 | 63 | 332 | 23 | 51 |
| Binary | 1010101 | 1100011 | 1111100 | 11111 | 10100 | 0 | 110011 | 11011010 | 10011 | 101001 |
Color Harmonies of #55637C
Complementary color
Monochromatic Colors of #55637C
Black with #55637C
Text Example
Text Example
White with #55637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55637C; }
p { color: rgb(85,99,124); }
H1.HeaderClassName
{
color: #55637C;
}
.AnyTagClassName
{
color: #55637C;
}
</style>
background-color css
<style>
a { background-color: #55637C; }
a { background-color: rgb(85,99,124); }
div.DivClassName
{
background-color: #55637C;
}
.BgClassName
{
background-color: #55637C;
}
</style>
border-color css
<style>
span { border-color: #55637C; }
span { border-color: rgb(85,99,124); }
td.TdClassName
{
border-color: #55637C;
}
.TagClassName
{
border-color: #55637C;
}
</style>