Shades of Chambray #55617F
Tints of Chambray #55617F
RGB
CMYK
RGB Variations
Color information
#55617F (or 0x55617F) is known color: Chambray. HEX triplet: 55, 61 and 7F. RGB value is (85,97,127). Sum of RGB (Red+Green+Blue) = 85+97+127=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #55617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55617F is #AA9E80. Grayscale: #606060. Windows color (decimal): -11181697 or 8347989. OLE color: 8347989.
HSL color Cylindrical-coordinate representation of color #55617F: hue angle of 222.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55617F is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 97 | 127 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.50 |
| HSL | 222.86º | 0.2% | 0.42% | - |
| HSV(B) | 222.86º | 0.33% | 0.5% | - |
| XYZ | 11.85 | 12.01 | 21.77 | - |
| YUV | 96.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 127 | 0.33 | 0.24 | 0 | 0.50 | 222.86 | 0.2 | 0.42 |
| Hex | 55 | 61 | 7F | 21 | 18 | 0 | 32 | DF | 14 | 2A |
| Octal | 125 | 141 | 177 | 41 | 30 | 0 | 62 | 337 | 24 | 52 |
| Binary | 1010101 | 1100001 | 1111111 | 100001 | 11000 | 0 | 110010 | 11011111 | 10100 | 101010 |
Color Harmonies of #55617F
Complementary color
Monochromatic Colors of #55617F
Black with #55617F
Text Example
Text Example
White with #55617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55617F; }
p { color: rgb(85,97,127); }
H1.HeaderClassName
{
color: #55617F;
}
.AnyTagClassName
{
color: #55617F;
}
</style>
background-color css
<style>
a { background-color: #55617F; }
a { background-color: rgb(85,97,127); }
div.DivClassName
{
background-color: #55617F;
}
.BgClassName
{
background-color: #55617F;
}
</style>
border-color css
<style>
span { border-color: #55617F; }
span { border-color: rgb(85,97,127); }
td.TdClassName
{
border-color: #55617F;
}
.TagClassName
{
border-color: #55617F;
}
</style>