Shades of Chambray #555C7E
Tints of Chambray #555C7E
RGB
CMYK
RGB Variations
Color information
#555C7E (or 0x555C7E) is known color: Chambray. HEX triplet: 55, 5C and 7E. RGB value is (85,92,126). Sum of RGB (Red+Green+Blue) = 85+92+126=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #555C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C7E is #AAA381. Grayscale: #5D5D5D. Windows color (decimal): -11182978 or 8281173. OLE color: 8281173.
HSL color Cylindrical-coordinate representation of color #555C7E: hue angle of 229.76º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555C7E is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 92 | 126 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.51 |
| HSL | 229.76º | 0.19% | 0.41% | - |
| HSV(B) | 229.76º | 0.33% | 0.49% | - |
| XYZ | 11.34 | 11.09 | 21.28 | - |
| YUV | 93.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 126 | 0.33 | 0.27 | 0 | 0.51 | 229.76 | 0.19 | 0.41 |
| Hex | 55 | 5C | 7E | 21 | 1B | 0 | 33 | E6 | 13 | 29 |
| Octal | 125 | 134 | 176 | 41 | 33 | 0 | 63 | 346 | 23 | 51 |
| Binary | 1010101 | 1011100 | 1111110 | 100001 | 11011 | 0 | 110011 | 11100110 | 10011 | 101001 |
Color Harmonies of #555C7E
Complementary color
Monochromatic Colors of #555C7E
Black with #555C7E
Text Example
Text Example
White with #555C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C7E; }
p { color: rgb(85,92,126); }
H1.HeaderClassName
{
color: #555C7E;
}
.AnyTagClassName
{
color: #555C7E;
}
</style>
background-color css
<style>
a { background-color: #555C7E; }
a { background-color: rgb(85,92,126); }
div.DivClassName
{
background-color: #555C7E;
}
.BgClassName
{
background-color: #555C7E;
}
</style>
border-color css
<style>
span { border-color: #555C7E; }
span { border-color: rgb(85,92,126); }
td.TdClassName
{
border-color: #555C7E;
}
.TagClassName
{
border-color: #555C7E;
}
</style>