Shades of Chambray #55607A
Tints of Chambray #55607A
RGB
CMYK
RGB Variations
Color information
#55607A (or 0x55607A) is known color: Chambray. HEX triplet: 55, 60 and 7A. RGB value is (85,96,122). Sum of RGB (Red+Green+Blue) = 85+96+122=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #55607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55607A is #AA9F85. Grayscale: #5F5F5F. Windows color (decimal): -11181958 or 8020053. OLE color: 8020053.
HSL color Cylindrical-coordinate representation of color #55607A: hue angle of 222.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55607A is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 96 | 122 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.52 |
| HSL | 222.16º | 0.18% | 0.41% | - |
| HSV(B) | 222.16º | 0.3% | 0.48% | - |
| XYZ | 11.44 | 11.7 | 20.07 | - |
| YUV | 95.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 122 | 0.30 | 0.21 | 0 | 0.52 | 222.16 | 0.18 | 0.41 |
| Hex | 55 | 60 | 7A | 1E | 15 | 0 | 34 | DE | 12 | 29 |
| Octal | 125 | 140 | 172 | 36 | 25 | 0 | 64 | 336 | 22 | 51 |
| Binary | 1010101 | 1100000 | 1111010 | 11110 | 10101 | 0 | 110100 | 11011110 | 10010 | 101001 |
Color Harmonies of #55607A
Complementary color
Monochromatic Colors of #55607A
Black with #55607A
Text Example
Text Example
White with #55607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55607A; }
p { color: rgb(85,96,122); }
H1.HeaderClassName
{
color: #55607A;
}
.AnyTagClassName
{
color: #55607A;
}
</style>
background-color css
<style>
a { background-color: #55607A; }
a { background-color: rgb(85,96,122); }
div.DivClassName
{
background-color: #55607A;
}
.BgClassName
{
background-color: #55607A;
}
</style>
border-color css
<style>
span { border-color: #55607A; }
span { border-color: rgb(85,96,122); }
td.TdClassName
{
border-color: #55607A;
}
.TagClassName
{
border-color: #55607A;
}
</style>