Shades of Chambray #55607C
Tints of Chambray #55607C
RGB
CMYK
RGB Variations
Color information
#55607C (or 0x55607C) is known color: Chambray. HEX triplet: 55, 60 and 7C. RGB value is (85,96,124). Sum of RGB (Red+Green+Blue) = 85+96+124=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #55607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55607C is #AA9F83. Grayscale: #5F5F5F. Windows color (decimal): -11181956 or 8151125. OLE color: 8151125.
HSL color Cylindrical-coordinate representation of color #55607C: hue angle of 223.08º 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 #55607C is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 96 | 124 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.51 |
| HSL | 223.08º | 0.19% | 0.41% | - |
| HSV(B) | 223.08º | 0.31% | 0.49% | - |
| XYZ | 11.57 | 11.75 | 20.73 | - |
| YUV | 95.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 124 | 0.31 | 0.23 | 0 | 0.51 | 223.08 | 0.19 | 0.41 |
| Hex | 55 | 60 | 7C | 1F | 17 | 0 | 33 | DF | 13 | 29 |
| Octal | 125 | 140 | 174 | 37 | 27 | 0 | 63 | 337 | 23 | 51 |
| Binary | 1010101 | 1100000 | 1111100 | 11111 | 10111 | 0 | 110011 | 11011111 | 10011 | 101001 |
Color Harmonies of #55607C
Complementary color
Monochromatic Colors of #55607C
Black with #55607C
Text Example
Text Example
White with #55607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55607C; }
p { color: rgb(85,96,124); }
H1.HeaderClassName
{
color: #55607C;
}
.AnyTagClassName
{
color: #55607C;
}
</style>
background-color css
<style>
a { background-color: #55607C; }
a { background-color: rgb(85,96,124); }
div.DivClassName
{
background-color: #55607C;
}
.BgClassName
{
background-color: #55607C;
}
</style>
border-color css
<style>
span { border-color: #55607C; }
span { border-color: rgb(85,96,124); }
td.TdClassName
{
border-color: #55607C;
}
.TagClassName
{
border-color: #55607C;
}
</style>